Skip to content

Commit 956c93e

Browse files
committed
Use fewer chrono features
The net of this is that the "time" and "wasi" transitive dependencies are eliminated.
1 parent 7ae7012 commit 956c93e

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

Cargo.lock

Lines changed: 0 additions & 18 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
@@ -19,7 +19,7 @@ name = "stg"
1919
anyhow = "1.0"
2020
atty = "0.2"
2121
bstr = "0.2"
22-
chrono = "0.4"
22+
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2323
clap = { version = "3.1", default-features = false, features = ["color", "std", "suggestions", "wrap_help"] }
2424
encoding_rs = "0.8"
2525
git2 = { version = "0.13", default-features = false }

0 commit comments

Comments
 (0)