8000 update version numbers in README and lib.rs comments · froydnj/unicode-normalization@7625142 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7625142

Browse files
committed
update version numbers in README and lib.rs comments
1 parent b3a331c commit 7625142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

2929
```toml
3030
[dependencies]
31-
unicode-normalization = "0.1.1"
31+
unicode-normalization = "0.1.3"
3232
```

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.0"
37+
//! unicode-normalization = "0.1.3"
3838
//! ```
3939
4040
#![deny(missing_docs, unsafe_code)]

0 commit comments

Comments
 (0)
0