Skip to content

Commit 843459f

Browse files
authored
Merge pull request #3377 from hi-rustin/rustin-patch-time
Disable the "oldtime" feature of chrono
2 parents 9fe39c7 + a9ba40b commit 843459f

File tree

2 files changed

+10
-153
lines changed

2 files changed

+10
-153
lines changed

Cargo.lock

Lines changed: 9 additions & 152 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
@@ -48,7 +48,7 @@ test = ["dep:once_cell", "dep:walkdir"]
4848
[dependencies]
4949
anyhow.workspace = true
5050
cfg-if = "1.0"
51-
chrono = "0.4"
51+
chrono = { version = "0.4", default-features = false, features = ["std"] }
5252
clap = { version = "3", features = ["wrap_help"] }
5353
clap_complete = "3"
5454
derivative.workspace = true

0 commit comments

Comments
 (0)