We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7de1753 + 593f93f commit a5668dbCopy full SHA for a5668db
Cargo.toml
@@ -26,7 +26,7 @@ hmac = "0.8.1"
26
serde_json = "1.0.56"
27
kv-log-macro = "1.0.7"
28
bincode = "1.3.1"
29
-chrono = { version = "0.4.13", features = ["serde"] }
+chrono = { version = "0.4.13", default-features = false, features = ["clock", "serde", "std"] }
30
anyhow = "1.0.31"
31
blake3 = "0.3.5"
32
0 commit comments