Skip to content

Commit a066cfc

Browse files
committed
refactor: replace chrono with jiff - WIP
1 parent 17847a8 commit a066cfc

File tree

14 files changed

+457
-645
lines changed

14 files changed

+457
-645
lines changed

Cargo.lock

Lines changed: 40 additions & 190 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ rust-version = "1.71.1"
1010

1111
[dependencies]
1212
regex = "1.10.4"
13-
chrono = { version="0.4.38", default-features=false, features=["std", "alloc", "clock"] }
1413
winnow = "0.7.10"
1514
num-traits = "0.2.19"
16-
jiff = { version = "0.2.15", default-features = false, features = ["std"] }
15+
jiff = { version = "0.2.15", default-features = false, features = ["tzdb-zoneinfo", "tz-system"] }
1716

1817
[dev-dependencies]
1918
rstest = "0.26"

0 commit comments

Comments
 (0)