From 6e44b8fa9bb4a3be94e285fc647dc101db787935 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 3 Jan 2017 15:17:02 -0800 Subject: [PATCH] Upgrade to unicode-segmentation 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6b0e4f..9b5cea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ chan = "0.1.18" chan-signal = "0.1" odds = "0.2" toml = "0.2" -unicode-segmentation = "0.1" +unicode-segmentation = "1.0" unicode-width = "0.1" [dependencies.bear-lib-terminal]