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 11[package ]
22
33name = " unicode-normalization"
4- version = " 0.1.19 "
4+ version = " 0.1.20 "
55authors = [" kwantam <kwantam@gmail.com>" , " Manish Goregaokar <manishsmail@gmail.com>" ]
66
77homepage = " 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`:
3131
3232``` toml
3333[dependencies ]
34- unicode-normalization = " 0.1.19 "
34+ unicode-normalization = " 0.1.20 "
3535```
3636
3737## ` no_std ` + ` alloc ` support
Original file line number Diff line number Diff line change 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) ]
You can’t perform that action at this time.
0 commit comments