mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
vtparse/termwiz: prep for release
This commit is contained in:
parent
67d8848676
commit
b0f5e673c6
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3806,7 +3806,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "termwiz"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
@ -4139,7 +4139,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "vtparse"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"utf8parse",
|
||||
|
@ -9,4 +9,4 @@ license = "MIT"
|
||||
documentation = "https://docs.rs/tabout"
|
||||
|
||||
[dependencies]
|
||||
termwiz = { path = "../termwiz", version="0.12"}
|
||||
termwiz = { path = "../termwiz", version="0.13"}
|
||||
|
@ -35,5 +35,5 @@ pretty_env_logger = "0.4"
|
||||
k9 = "0.11.0"
|
||||
|
||||
[dependencies.termwiz]
|
||||
version = "0.12"
|
||||
version = "0.13"
|
||||
path = "../termwiz"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
authors = ["Wez Furlong"]
|
||||
name = "termwiz"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
edition = "2018"
|
||||
repository = "https://github.com/wez/wezterm"
|
||||
description = "Terminal Wizardry for Unix and Windows"
|
||||
@ -32,7 +32,7 @@ thiserror = "1.0"
|
||||
unicode-segmentation = "1.7"
|
||||
unicode-width = "0.1"
|
||||
xi-unicode = "0.3"
|
||||
vtparse = { version="0.4", path="../vtparse" }
|
||||
vtparse = { version="0.5", path="../vtparse" }
|
||||
|
||||
[features]
|
||||
widgets = ["cassowary", "fnv"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
||||
name = "vtparse"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
edition = "2018"
|
||||
repository = "https://github.com/wez/wezterm"
|
||||
description = "Low level escape sequence parser"
|
||||
|
Loading…
Reference in New Issue
Block a user