Skip to content

Commit

Permalink
Merge pull request #3377 from hi-rustin/rustin-patch-time
Browse files Browse the repository at this point in the history
Disable the "oldtime" feature of chrono
  • Loading branch information
rbtcollins authored Jun 13, 2023
2 parents 9fe39c7 + a9ba40b commit 843459f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 153 deletions.
161 changes: 9 additions & 152 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test = ["dep:once_cell", "dep:walkdir"]
[dependencies]
anyhow.workspace = true
cfg-if = "1.0"
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["std"] }
clap = { version = "3", features = ["wrap_help"] }
clap_complete = "3"
derivative.workspace = true
Expand Down

0 comments on commit 843459f

Please sign in to comment.