dbus-settings-bindings/mpris2
Cheong Lau b2337437d7 fix(mpris2): regression in 2024 edition migration
Rust 2024 edition changed the lifetime capture rules, which broke
`Enumerator::receive_changes()`. Adding the `use<>` bound makes sure
that the lifetime isn't captured, like it was in the 2021 edition.

fixes: c31a46961a
2025-10-15 08:29:07 +02:00
..
examples mpris: Add helper for enumerating players, watching for new players (#12) 2024-04-03 18:32:12 -07:00
src fix(mpris2): regression in 2024 edition migration 2025-10-15 08:29:07 +02:00
.gitignore feat: add mpris2-zbus for org.mpris.MediaPlayer2 2023-02-01 17:42:52 +01:00
Cargo.toml chore: update dependencies 2025-10-05 14:29:51 +02:00
LICENSE.md feat: add mpris2-zbus for org.mpris.MediaPlayer2 2023-02-01 17:42:52 +01:00
README.md feat: add mpris2-zbus for org.mpris.MediaPlayer2 2023-02-01 17:42:52 +01:00

mpris2-zbus

A zbus client proxy for org.mpris.MediaPlayer2.