From 26d1bfbb774b0eadb3f81f3c790f9ec3eaef8600 Mon Sep 17 00:00:00 2001 From: kwantam Date: Sat, 19 May 2018 12:21:49 -0700 Subject: [PATCH] update version to 0.1.5 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efe2a3d..619b207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unicode-width" -version = "0.1.4" +version = "0.1.5" authors = ["kwantam "] homepage = "https://github.com/unicode-rs/unicode-width" diff --git a/README.md b/README.md index f5ca529..53a096d 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ to your `Cargo.toml`: ```toml [dependencies] -unicode-width = "0.1.4" +unicode-width = "0.1.5" ``` diff --git a/src/lib.rs b/src/lib.rs index 8568fea..1ee35c8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -39,7 +39,7 @@ //! //! ```toml //! [dependencies] -//! unicode-width = "0.1.4" +//! unicode-width = "0.1.5" //! ``` #![deny(missing_docs, unsafe_code)]