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 ded4067 commit f34ee34
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
Expand Up @@ -13,7 +13,7 @@ categories = ["command-line-utilities", "date-and-time"]

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

0 comments on commit f34ee34

Please sign in to comment.