File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " unicode-normalization"
4
- version = " 0.0.1 "
4
+ version = " 0.0.2 "
5
5
authors = [" kwantam <kwantam@gmail.com>" ]
6
6
7
7
homepage = " https://github.com/unicode-rs/unicode-normalization"
@@ -15,7 +15,7 @@ description = """
15
15
This crate provides functions for normalization of
16
16
Unicode strings, including Canonical and Compatible
17
17
Decomposition and Recomposition, as described in
18
- Unicode Standard Annex #11 .
18
+ Unicode Standard Annex #15 .
19
19
"""
20
20
21
21
exclude = [ " target/*" , " Cargo.lock" , " scripts/tmp" ]
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ to your `Cargo.toml`:
26
26
27
27
``` toml
28
28
[dependencies ]
29
- unicode-normalization = " 0.0.1 "
29
+ unicode-normalization = " 0.0.2 "
30
30
```
Original file line number Diff line number Diff line change 34
34
//!
35
35
//! ```toml
36
36
//! [dependencies]
37
- //! unicode-normalization = "0.0.1 "
37
+ //! unicode-normalization = "0.0.2 "
38
38
//! ```
39
39
40
40
#![ deny( missing_docs, unsafe_code) ]
You can’t perform that action at this time.
0 commit comments