1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00

termwiz: publish 0.15

This commit is contained in:
Wez Furlong 2021-12-22 13:01:22 -07:00
parent 28478eafbc
commit 872935f656
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4375,7 +4375,7 @@ dependencies = [
[[package]]
name = "vtparse"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"pretty_assertions",
"utf8parse",

View File

@ -34,7 +34,7 @@ terminfo = "0.7"
thiserror = "1.0"
unicode-segmentation = "1.8"
ucd-trie = "0.1"
vtparse = { version="0.5", path="../vtparse" }
vtparse = { version="0.6", path="../vtparse" }
[features]
widgets = ["cassowary", "fnv"]