update version to 0.1.5

This commit is contained in:
kwantam
2018-05-19 12:21:49 -07:00
parent 4940d3fe27
commit 26d1bfbb77
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "unicode-width"
version = "0.1.4"
version = "0.1.5"
authors = ["kwantam <kwantam@gmail.com>"]
homepage = "https://github.com/unicode-rs/unicode-width"
+1 -1
View File
@@ -35,5 +35,5 @@ to your `Cargo.toml`:
```toml
[dependencies]
unicode-width = "0.1.4"
unicode-width = "0.1.5"
```
+1 -1
View File
@@ -39,7 +39,7 @@
//!
//! ```toml
//! [dependencies]
//! unicode-width = "0.1.4"
//! unicode-width = "0.1.5"
//! ```
#![deny(missing_docs, unsafe_code)]