Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Fix `chrono` features
cloudhead committed 2 years ago
commit f6bd7a3dc6176adbd8b55f3a0801b6ecb26b1649
parent 994f52d6541f7bd3e082746e39801d01da030b14
1 file changed +1 -1
modified radicle-node/Cargo.toml
@@ -14,7 +14,7 @@ amplify = { version = "4.0.0" }
anyhow = { version = "1" }
bloomy = { version = "1.2" }
byteorder = { version = "1" }
-
chrono = { version = "0.4.0", default-features = false }
+
chrono = { version = "0.4.0", default-features = false, features = ["clock"] }
colored = { version = "1.9.0" }
crossbeam-channel = { version = "0.5.6" }
cyphernet = { version = "0.3.0", features = ["tor", "dns", "ed25519", "p2p-ed25519"] }