Bump to 0.1.7

This commit is contained in:
Manish Goregaokar 2019-12-05 10:20:00 -08:00
parent 97b430a87e
commit 9e65826deb
No known key found for this signature in database
GPG Key ID: 3BBF4D3E2EF79F98
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
[package]
name = "unicode-width"
version = "0.1.6"
authors = ["kwantam <kwantam@gmail.com>"]
version = "0.1.7"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
homepage = "https://github.com/unicode-rs/unicode-width"
repository = "https://github.com/unicode-rs/unicode-width"

View File

@ -54,5 +54,5 @@ to your `Cargo.toml`:
```toml
[dependencies]
unicode-width = "0.1.5"
unicode-width = "0.1.7"
```