Vukašin Vojinović
cc80763ffc
refactor: replace time with jiff
...
Also updates the `timedatectl` example from `chrono` to `jiff`.
2026-03-13 15:20:44 +01:00
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
Vukašin Vojinović
37cbe4e8c1
chore: clippy
2025-10-05 14:29:51 +02:00
Vukašin Vojinović
1190da87ce
chore: update dependencies
2025-10-05 14:29:51 +02:00
Vukašin Vojinović
c31a46961a
chore: Rust 2024 edition
2025-10-05 14:29:51 +02:00
Ian Douglas Scott
3b86984332
Update to zbus 5.x
...
https://github.com/dbus2/zbus/releases/tag/zbus-5.0.0
Now requires `pub` on uses of `#[proxy]` if the generated types should
be `pub`.
2025-05-22 22:54:07 +02:00
Ian Douglas Scott
ac5713df52
Dependency updates
2025-05-22 22:54:07 +02:00
Ashley Wulber
f05789c4ce
feat: zbus 4.2.1 update
2024-05-16 21:24:53 +02:00
Ian Douglas Scott
c81f428ace
mpris: Add helper for enumerating players, watching for new players ( #12 )
2024-04-03 18:32:12 -07:00
Ashley Wulber
3b8936053d
set workspace resolver to 2 and use workspace deps
2023-11-10 11:27:29 -05:00
Michael Aaron Murphy
945f80f036
feat: add mpris2-zbus for org.mpris.MediaPlayer2
2023-02-01 17:42:52 +01:00