8000 Merge pull request #87 from glandium/0.1.20 · unicode-rs/unicode-normalization@3f09d8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f09d8d

Browse files
authored
Merge pull request #87 from glandium/0.1.20
Bump version to 0.1.20
2 parents e9dc93a + 461f827 commit 3f09d8d

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-normalization"
4-
version = "0.1.19"
4+
version = "0.1.20"
55
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
66

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
3131

3232
```toml
3333
[dependencies]
34-
unicode-normalization = "0.1.19"
34+
unicode-normalization = "0.1.20"
3535
```
3636

3737
## `no_std` + `alloc` support

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//!
3535
//! ```toml
3636
//! [dependencies]
37-
//! unicode-normalization = "0.1.19"
37+
//! unicode-normalization = "0.1.20"
3838
//! ```
3939
4040
#![deny(missing_docs, unsafe_code)]

0 commit comments

Comments
 (0)
0