Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
node: Fix chrono features
Browse files Browse the repository at this point in the history
This was failing the build in some circumstances.
  • Loading branch information
cloudhead committed Aug 22, 2023
1 parent 994f52d commit f6bd7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicle-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit f6bd7a3

Please sign in to comment.