Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cob: enable sha1 feature
Fintan Halpenny committed 3 months ago
commit 31c583b40274f37e32084f49974a4d363721a344
parent 15adb161357262f9287d1b90fffda55f6c2611c0
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", "std", "sha1"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
signature = { workspace = true }