imp: bumps unicode-segmentation to v1.2

This commit is contained in:
Kevin K 2017-07-29 14:01:55 -04:00
parent 30b79d8764
commit cd7b40a21c
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.25.1"
version = "2.26.0"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs.git"
@ -23,7 +23,7 @@ appveyor = { repository = "kbknapp/clap-rs" }
bitflags = "0.9"
vec_map = "0.8"
unicode-width = "0.1.4"
unicode-segmentation = "~1.1.0" # 1.2.0 requires Rust 1.13.0
unicode-segmentation = "1.2.0"
textwrap = "0.7.0"
strsim = { version = "0.6.0", optional = true }
ansi_term = { version = "0.9.0", optional = true }