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 11[package ]
22
33name = " unicode-normalization"
4- version = " 0.1.6 "
4+ version = " 0.1.7 "
55authors = [" kwantam <kwantam@gmail.com>" ]
66
77homepage = " https://github.com/unicode-rs/unicode-normalization"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ use unicode_normalization::UnicodeNormalization;
1414
1515fn main () {
1616 assert_eq! (compose ('A' ,'\ u {30a}' ), Some ('Å' ));
17-
17+
1818 let s = " ÅΩ" ;
1919 let c = s . nfc (). collect :: <String >();
2020 assert_eq! (c , " ÅΩ" );
@@ -28,5 +28,5 @@ to your `Cargo.toml`:
2828
2929``` toml
3030[dependencies ]
31- unicode-normalization = " 0.1.5 "
31+ unicode-normalization = " 0.1.7 "
3232```
Original file line number Diff line number Diff line change 3434//!
3535//! ```toml
3636//! [dependencies]
37- //! unicode-normalization = "0.1.3 "
37+ //! unicode-normalization = "0.1.7 "
3838//! ```
3939
4040#![ deny( missing_docs, unsafe_code) ]
You can’t perform that action at this time.
0 commit comments