Skip to content

Commit 6de8317

Browse files
committed
Remove dependency to time 0.1.44
1 parent 0079184 commit 6de8317

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

Cargo.lock

Lines changed: 2 additions & 22 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.60"
1818

1919
[dependencies]
2020
anyhow = "1.0.28"
21-
chrono = "0.4"
21+
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2222
clap = { version = "4.0.29", features = ["cargo", "wrap_help"] }
2323
clap_complete = "4.0.6"
2424
once_cell = "1"

0 commit comments

Comments
 (0)