Skip to content

Commit 26d1bfb

Browse files
committed
update version to 0.1.5
1 parent 4940d3f commit 26d1bfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "unicode-width"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
authors = ["kwantam <kwantam@gmail.com>"]
66

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

README.md

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

3636
```toml
3737
[dependencies]
38-
unicode-width = "0.1.4"
38+
unicode-width = "0.1.5"
3939
```

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//!
4040
//! ```toml
4141
//! [dependencies]
42-
//! unicode-width = "0.1.4"
42+
//! unicode-width = "0.1.5"
4343
//! ```
4444
4545
#![deny(missing_docs, unsafe_code)]

0 commit comments

Comments
 (0)