Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
term: Update to 0.17.0
Fintan Halpenny committed 2 months ago
commit b04f487b3ae2efcd23f52f8138abe32e73a718fd
parent 9a98cf7
3 files changed +3 -3
modified Cargo.lock
@@ -3276,7 +3276,7 @@ dependencies = [

[[package]]
name = "radicle-term"
-
version = "0.16.0"
+
version = "0.17.0"
dependencies = [
 "anstyle-query",
 "crossbeam-channel",
modified Cargo.toml
@@ -60,7 +60,7 @@ radicle-protocol = { version = "0.5", path = "crates/radicle-protocol" }
radicle-signals = { version = "0.11", path = "crates/radicle-signals" }
radicle-ssh = { version = "0.10", path = "crates/radicle-ssh", default-features = false }
radicle-systemd = { version = "0.12", path = "crates/radicle-systemd" }
-
radicle-term = { version = "0.16", path = "crates/radicle-term" }
+
radicle-term = { version = "0.17", path = "crates/radicle-term" }
radicle-windows = { version = "0.1", path = "crates/radicle-windows" }
schemars = { version = "1.0.4", default-features = false }
serde = { version = "1.0", default-features = false }
modified crates/radicle-term/Cargo.toml
@@ -4,7 +4,7 @@ description = "Terminal library used by the Radicle CLI"
homepage.workspace = true
repository.workspace = true
license.workspace = true
-
version = "0.16.0"
+
version = "0.17.0"
authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition.workspace = true
rust-version.workspace = true