8000 fix description: UAX#15, not UAX#11 · froydnj/unicode-normalization@0a336e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a336e5

Browse files
committed
fix description: UAX#15, not UAX#11
1 parent d433de7 commit 0a336e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

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

33
name = "unicode-normalization"
4-
version = "0.0.1"
4+
version = "0.0.2"
55
authors = ["kwantam <kwantam@gmail.com>"]
66

77
homepage = "https://github.com/unicode-rs/unicode-normalization"
@@ -15,7 +15,7 @@ description = """
1515
This crate provides functions for normalization of
1616
Unicode strings, including Canonical and Compatible
1717
Decomposition and Recomposition, as described in
18-
Unicode Standard Annex #11.
18+
Unicode Standard Annex #15.
1919
"""
2020

2121
exclude = [ "target/*", "Cargo.lock", "scripts/tmp" ]

README.md

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

2727
```toml
2828
[dependencies]
29-
unicode-normalization = "0.0.1"
29+
unicode-normalization = "0.0.2"
3030
```

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

0 commit comments

Comments
 (0)
0