1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

vtparse/termwiz: prep for release

This commit is contained in:
Wez Furlong 2021-04-14 12:59:26 -07:00
parent 67d8848676
commit b0f5e673c6
5 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

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

View File

@ -9,4 +9,4 @@ license = "MIT"
documentation = "https://docs.rs/tabout"
[dependencies]
termwiz = { path = "../termwiz", version="0.12"}
termwiz = { path = "../termwiz", version="0.13"}

View File

@ -35,5 +35,5 @@ pretty_env_logger = "0.4"
k9 = "0.11.0"
[dependencies.termwiz]
version = "0.12"
version = "0.13"
path = "../termwiz"

View File

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

View File

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