Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update `radicle` crate to 0.12.0
cloudhead committed 1 year ago
commit 123f7eb6bbb3cb3f39257b325b2256ecd415fbe4
parent 1848c2b85d1bb9a12531b3f31a59e8b2958917a2
4 files changed +5 -5
modified Cargo.lock
@@ -1868,7 +1868,7 @@ dependencies = [

[[package]]
name = "radicle"
-
version = "0.11.1"
+
version = "0.12.0"
dependencies = [
 "amplify",
 "base64 0.21.7",
modified radicle-cli-test/Cargo.toml
@@ -20,5 +20,5 @@ thiserror = { version = "1" }

[dependencies.radicle]
path = "../radicle"
-
version = "0.11.0"
+
version = "0.12.0"
features = ["logger", "test"]
modified radicle-cli/Cargo.toml
@@ -47,7 +47,7 @@ tree-sitter-md = { version = "0.1.5" }
zeroize = { version = "1.1" }

[dependencies.radicle]
-
version = "0.11.0"
+
version = "0.12.0"
path = "../radicle"
features = ["logger"]

@@ -69,7 +69,7 @@ path = "../radicle-term"

[dev-dependencies]
pretty_assertions = { version = "1.3.0" }
-
radicle = { version = "0.11.0", path = "../radicle", features = ["test"] }
+
radicle = { version = "0.12.0", path = "../radicle", features = ["test"] }
radicle-node = { path = "../radicle-node", features = ["test"] }

[lints]
modified radicle/Cargo.toml
@@ -4,7 +4,7 @@ description = "Radicle standard library"
homepage = "https://radicle.xyz"
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
license = "MIT OR Apache-2.0"
-
version = "0.11.1"
+
version = "0.12.0"
authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition = "2021"