mirror of
https://github.com/wez/wezterm.git
synced 2025-01-03 11:11:43 +03:00
termwiz: prepare for a 0.18.0 release
This commit is contained in:
parent
1dcec5e5ae
commit
c91d6c396c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4629,7 +4629,7 @@ checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
|
||||
|
||||
[[package]]
|
||||
name = "termwiz"
|
||||
version = "0.17.1"
|
||||
version = "0.18.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -9,4 +9,4 @@ license = "MIT"
|
||||
documentation = "https://docs.rs/tabout"
|
||||
|
||||
[dependencies]
|
||||
termwiz = { path = "../termwiz", version="0.17"}
|
||||
termwiz = { path = "../termwiz", version="0.18"}
|
||||
|
@ -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"]
|
||||
|
@ -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" }
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user