refactor: replace time with jiff

Also updates the `timedatectl` example from `chrono` to `jiff`.
This commit is contained in:
Vukašin Vojinović 2026-03-13 14:17:49 +01:00 committed by Michael Murphy
parent 0fa672f8da
commit cc80763ffc
10 changed files with 41 additions and 46 deletions

View file

@ -8,6 +8,6 @@ license = "MPL-2.0"
bitflags = "2.9"
derive_builder = "0.20.2"
procfs = { version = "0.18", default-features = false }
time.workspace = true
jiff.workspace = true
zvariant.workspace = true
zbus.workspace = true