Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cob: enable sha1 feature
Fintan Halpenny committed 2 months ago
commit 204db22bbe282611385d0add2f80705479983ad8
parent 1cab036c331f5ac071f002504c44b01e95b8f25a
1 file changed +1 -1
modified crates/radicle-cob/Cargo.toml
@@ -28,7 +28,7 @@ nonempty = { workspace = true, features = ["serialize"] }
radicle-crypto = { workspace = true, features = ["ssh"] }
radicle-dag = { workspace = true }
radicle-git-metadata = { workspace = true }
-
radicle-oid = { workspace = true, features = ["git2", "serde", "std"] }
+
radicle-oid = { workspace = true, features = ["git2", "serde", "sha1", "std"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
signature = { workspace = true }