From c91d6c396c010f7adfde022488a57f2f0b3002fd Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 21 Sep 2022 19:20:26 -0700 Subject: [PATCH] termwiz: prepare for a 0.18.0 release --- Cargo.lock | 2 +- tabout/Cargo.toml | 2 +- term/Cargo.toml | 2 +- termwiz/Cargo.toml | 4 ++-- wezterm-ssh/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf5e39921..a3b1eebe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4629,7 +4629,7 @@ checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" [[package]] name = "termwiz" -version = "0.17.1" +version = "0.18.0" dependencies = [ "anyhow", "base64", diff --git a/tabout/Cargo.toml b/tabout/Cargo.toml index cdc100cbc..d1e0a1a11 100644 --- a/tabout/Cargo.toml +++ b/tabout/Cargo.toml @@ -9,4 +9,4 @@ license = "MIT" documentation = "https://docs.rs/tabout" [dependencies] -termwiz = { path = "../termwiz", version="0.17"} +termwiz = { path = "../termwiz", version="0.18"} diff --git a/term/Cargo.toml b/term/Cargo.toml index 243484bef..d2cf8ba93 100644 --- a/term/Cargo.toml +++ b/term/Cargo.toml @@ -38,6 +38,6 @@ env_logger = "0.9" k9 = "0.11.0" [dependencies.termwiz] -version = "0.17" +version = "0.18" path = "../termwiz" features = ["use_image"] diff --git a/termwiz/Cargo.toml b/termwiz/Cargo.toml index d0166b1d5..d8d7ab543 100644 --- a/termwiz/Cargo.toml +++ b/termwiz/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Wez Furlong"] name = "termwiz" -version = "0.17.1" +version = "0.18.0" edition = "2018" repository = "https://github.com/wez/wezterm" description = "Terminal Wizardry for Unix and Windows" @@ -42,7 +42,7 @@ thiserror = "1.0" unicode-segmentation = "1.8" ucd-trie = "0.1" vtparse = { version="0.6.2", path="../vtparse" } -wezterm-bidi = { path = "../bidi", version="0.2" } +wezterm-bidi = { path = "../bidi", version="0.2.1" } wezterm-color-types = { path = "../color-types", version="0.2" } wezterm-dynamic = { path = "../wezterm-dynamic", version="0.1" } diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index 73da3f73c..298d32280 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -48,5 +48,5 @@ env_logger = "0.9" rstest = "0.15" shell-words = "1.1" smol-potat = "1.1.2" -termwiz = { version = "0.17", path = "../termwiz" } +termwiz = { version = "0.18", path = "../termwiz" } whoami = "1.1"