refactor: use jiff instead of chrono
This commit is contained in:
parent
4414d2f4b2
commit
3b1bc4430b
4 changed files with 38 additions and 48 deletions
|
|
@ -8,7 +8,8 @@ rust-version = "1.90"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
chrono = { version = "0.4", features = ["unstable-locales"] }
|
||||
jiff = "0.2"
|
||||
jiff-icu = "0.2"
|
||||
icu = { version = "2.1.1", features = ["compiled_data"] }
|
||||
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "160b086", optional = true }
|
||||
cosmic-mime-apps = { git = "https://github.com/pop-os/cosmic-mime-apps.git", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue