Skip to content

Commit

Permalink
fix(dependencies): use chrono without standard features
Browse files Browse the repository at this point in the history
Closes: #9
  • Loading branch information
b1rger committed Jul 25, 2023
1 parent 7caaf64 commit bd913f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 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 @@ -13,7 +13,7 @@ categories = ["command-line-utilities", "date-and-time"]

[dependencies]
anyhow = "1.0"
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
nu-ansi-term = "0.47"
toml = "0.5.*"
Expand Down

0 comments on commit bd913f8

Please sign in to comment.