mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
bump up to latest unicode segmentation crate
This commit is contained in:
parent
8c26b77057
commit
a9bdca6d84
@ -5,16 +5,16 @@ version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "~1.0"
|
||||
failure = "~0.1"
|
||||
bitflags = "1.0"
|
||||
failure = "0.1"
|
||||
image = "0.21"
|
||||
log = "0.4"
|
||||
num = "0.2"
|
||||
ordered-float = "1.0"
|
||||
unicode-segmentation = "~1.2"
|
||||
unicode-width = "~0.1"
|
||||
serde = {version="~1.0", features = ["rc"]}
|
||||
serde_derive = "~1.0"
|
||||
unicode-segmentation = "1.5"
|
||||
unicode-width = "0.1"
|
||||
serde = {version="1.0", features = ["rc"]}
|
||||
serde_derive = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.6"
|
||||
|
@ -32,7 +32,7 @@ serde = {version="1.0", features = ["rc"]}
|
||||
serde_derive = "1.0"
|
||||
smallvec = "0.6"
|
||||
terminfo = "0.6"
|
||||
unicode-segmentation = "1.2"
|
||||
unicode-segmentation = "1.5"
|
||||
unicode-width = "0.1"
|
||||
vtparse = { version="0.1", path="../vtparse" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user