term: Update to 0.17.0

This commit is contained in:
Fintan Halpenny 2026-02-20 14:09:29 +00:00
parent 9a98cf7b16
commit b04f487b3a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3276,7 +3276,7 @@ dependencies = [
[[package]]
name = "radicle-term"
version = "0.16.0"
version = "0.17.0"
dependencies = [
"anstyle-query",
"crossbeam-channel",

View File

@ -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 }

View File

@ -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