refactor: replace chrono with jiff

This commit is contained in:
Vukašin Vojinović 2026-04-27 13:07:36 +02:00 committed by Michael Murphy
parent 619910c5cc
commit ec1b80534a
4 changed files with 39 additions and 88 deletions

View file

@ -10,8 +10,8 @@ vergen = { version = "8", features = ["git", "gitcl"] }
anyhow = "1"
async-fn-stream = "0.3"
icu = { version = "2.0.0", features = ["compiled_data"] }
chrono-tz = "0.10"
chrono = { version = "0.4", features = ["unstable-locales"] }
jiff = "0.2"
jiff-icu = "0.2"
cosmic-applets-config.workspace = true
cosmic-bg-config.workspace = true
cosmic-comp-config.workspace = true