chore: use jiff instead of chrono where possible

`chrono` can't fully be removed until `sunrise` supports `jiff`.
Also updates `sunrise` and adapts to changes by handling polar days.
This commit is contained in:
Vukašin Vojinović 2026-02-19 18:25:19 +01:00 committed by Michael Murphy
parent 2019f1c33c
commit 91e14abe49
7 changed files with 124 additions and 43 deletions

View file

@ -4,7 +4,7 @@ default-members = ["cosmic-settings"]
resolver = "3"
[workspace.package]
rust-version = "1.85"
rust-version = "1.90"
[workspace.dependencies]
cosmic-randr = { git = "https://github.com/pop-os/cosmic-randr" }
@ -22,7 +22,6 @@ git = "https://github.com/pop-os/cosmic-bg"
[workspace.dependencies.cosmic-comp-config]
git = "https://github.com/pop-os/cosmic-comp"
branch = "action-on-typing"
features = ["output"]
[workspace.dependencies.cosmic-idle-config]