File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.1.17 "
4
+ version = " 0.1.18 "
5
5
authors = [" kwantam <kwantam@gmail.com>" , " Manish Goregaokar <manishsmail@gmail.com>" ]
6
6
7
7
homepage = " https://github.com/unicode-rs/unicode-normalization"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ to your `Cargo.toml`:
31
31
32
32
``` toml
33
33
[dependencies ]
34
- unicode-normalization = " 0.1.16 "
34
+ unicode-normalization = " 0.1.18 "
35
35
```
36
36
37
37
## ` no_std ` + ` alloc ` support
Original file line number Diff line number Diff line change 34
34
//!
35
35
//! ```toml
36
36
//! [dependencies]
37
- //! unicode-normalization = "0.1.8 "
37
+ //! unicode-normalization = "0.1.18 "
38
38
//! ```
39
39
40
40
#![ deny( missing_docs, unsafe_code) ]
You can’t perform that action at this time.
0 commit comments