Skip to content

Commit a5668db

Browse files
authored
Merge pull request #15 from joshtriplett/disable-oldtime
Disable the "oldtime" feature of chrono
2 parents 7de1753 + 593f93f commit a5668db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hmac = "0.8.1"
2626
serde_json = "1.0.56"
2727
kv-log-macro = "1.0.7"
2828
bincode = "1.3.1"
29-
chrono = { version = "0.4.13", features = ["serde"] }
29+
chrono = { version = "0.4.13", default-features = false, features = ["clock", "serde", "std"] }
3030
anyhow = "1.0.31"
3131
blake3 = "0.3.5"
3232

0 commit comments

Comments
 (0)