Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
refactor: express dependency on radicle same way as others
Lars Wirzenius committed 3 months ago
commit 41b30adb34168237d68e13db56c685be6e37046e
parent b6efecd
1 file changed +1 -4
modified Cargo.toml
@@ -16,6 +16,7 @@ duration-str = "0.12.0"
html-page = "0.4.0"
libc = "0.2.175"
nonempty = "0.11.0"
+
radicle = { version = "0.18.0", features = ["default", "test"] }
radicle-crypto = "0.13.0"
radicle-git-ext = "0.9.0"
radicle-job = "0.3.0"
@@ -35,10 +36,6 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "jso
url = "2.5.4"
uuid = { version = "1.10.0", features = ["v4"] }

-
[dependencies.radicle]
-
version = "0.18.0"
-
features = ["default", "test"]
-

[dev-dependencies]
culpa = "1.0.2"
qcheck = { version = "1", default-features = false }