Radish alpha
r
Radicle Job Collaborative Object
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: upgrade to 0.23
✗ CI failure Daniel Norman committed 15 days ago
commit 2a56f1ec88a40c9ae9265243960535ef46537209
parent 4d37a30cb38c5d818a2169f57d28b35a943dbe5e
1 failed (1 total) View logs
2 files changed +4 -4
modified Cargo.lock
@@ -1230,9 +1230,9 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"

[[package]]
name = "radicle"
-
version = "0.22.1"
+
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "31fcfcac7b87b1a3677dccae9979046b949fb529d3061214c55b82d643c3b39a"
+
checksum = "422f73e2e92f6db76dc68e4efaaef9fd82c1db19696aea869253e7bb6565a1a1"
dependencies = [
 "amplify",
 "base64",
modified Cargo.toml
@@ -18,7 +18,7 @@ indexmap = { version = "2.7.1", features = ["serde"] }
nonempty = "0.11.0"
once_cell = "1.20.3"
qcheck = "1.0.0"
-
radicle = { version = "0.22.0" }
+
radicle = { version = "0.23.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.140"
thiserror = "2.0.11"
@@ -26,5 +26,5 @@ url = { version = "2.5.4", features = ["serde"] }
uuid = { version = "1.13.1", features = ["serde", "v4"] }

[dev-dependencies.radicle]
-
version = "0.22.0"
+
version = "0.23.0"
features = ["test"]