Skip to content

Commit

Permalink
Disable the "oldtime" feature of chrono
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <[email protected]>
  • Loading branch information
Rustin170506 committed Jun 7, 2023
1 parent b735be0 commit a9ba40b
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 a9ba40b

Please sign in to comment.