Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Fix required features for `fastrand`
✗ CI failure Lorenz Leutgeb committed 6 months ago
commit 116ed7b2668355c177ba4ec286613a9126213ab2
parent 10e7b94c304d215ad4a1ff326233098ab182d0b1
2 failed (2 total) View logs
1 file changed +1 -1
modified crates/radicle/Cargo.toml
@@ -24,7 +24,7 @@ crossbeam-channel = { workspace = true }
cyphernet = { workspace = true, features = ["tor", "dns", "p2p-ed25519"] }
dunce = { workspace = true }
fast-glob = { version = "0.3.2" }
-
fastrand = { workspace = true }
+
fastrand = { workspace = true, features = ["std"] }
git2 = { workspace = true, features = ["vendored-libgit2"] }
indexmap = { version = "2", features = ["serde"] }
localtime = { workspace = true, features = ["serde"] }