Skip to content

Commit 3033826

Browse files
authored
Merge pull request #16 from unicode-rs/bump
Bump to 0.1.7
2 parents 97b430a + 9e65826 commit 3033826

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22

33
name = "unicode-width"
4-
version = "0.1.6"
5-
authors = ["kwantam <kwantam@gmail.com>"]
4+
version = "0.1.7"
5+
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
66

77
homepage = "https://github.com/unicode-rs/unicode-width"
88
repository = "https://github.com/unicode-rs/unicode-width"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ to your `Cargo.toml`:
5454

5555
```toml
5656
[dependencies]
57-
unicode-width = "0.1.5"
57+
unicode-width = "0.1.7"
5858
```

0 commit comments

Comments
 (0)