Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix dependency issue with "test" feature
Alexis Sellier committed 3 years ago
commit 093bb686a45b9118a284b998281e480d4185bb8f
parent d6a95e4d583a7390c3afa118c7576591912e9206
1 file changed +1 -1
modified radicle/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"

[features]
default = []
-
test = ["quickcheck"]
+
test = ["quickcheck", "radicle-crypto/test", "radicle-node/test"]
sql = ["sqlite"]

[dependencies]