refactor: replace time with jiff
Also updates the `timedatectl` example from `chrono` to `jiff`.
This commit is contained in:
parent
0fa672f8da
commit
cc80763ffc
10 changed files with 41 additions and 46 deletions
|
|
@ -23,7 +23,7 @@ futures-channel = "0.3.31"
|
|||
futures-util = "0.3.31"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
thiserror = "2.0"
|
||||
time = { version = "0.3", features = ["parsing"] }
|
||||
jiff = "0.2"
|
||||
tracing = "0.1.41"
|
||||
zbus = { version = "5.11.0" }
|
||||
zvariant = { version = "5.7.0" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue