From cd7b40a21c77bae17ba453c5512cb82b7d1ce474 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sat, 29 Jul 2017 14:01:55 -0400 Subject: [PATCH] imp: bumps unicode-segmentation to v1.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 222b4d6b80f..b71f25c54a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "2.25.1" +version = "2.26.0" authors = ["Kevin K. "] 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 }