8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b430a commit 9e65826Copy full SHA for 9e65826
Cargo.toml
@@ -1,8 +1,8 @@
1
[package]
2
3
name = "unicode-width"
4
-version = "0.1.6"
5
-authors = ["kwantam <kwantam@gmail.com>"]
+version = "0.1.7"
+authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
6
7
homepage = "https://github.com/unicode-rs/unicode-width"
8
repository = "https://github.com/unicode-rs/unicode-width"
README.md
@@ -54,5 +54,5 @@ to your `Cargo.toml`:
54
55
```toml
56
[dependencies]
57
-unicode-width = "0.1.5"
+unicode-width = "0.1.7"
58
```
0 commit comments