File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " stringprep"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [
" Steven Fackler <[email protected] >" ]
55license = " MIT/Apache-2.0"
66description = " An implementation of the stringprep algorithm"
77repository = " https://github.com/sfackler/rust-stringprep"
8- documentation = " https://docs.rs/stringprep/0.1.1 /stringprep"
8+ documentation = " https://docs.rs/stringprep/0.1.2 /stringprep"
99readme = " README.md"
1010
1111[dependencies ]
Original file line number Diff line number Diff line change 11//! An implementation of the "stringprep" algorithm defined in [RFC 3454][].
22//!
33//! [RFC 3454]: https://tools.ietf.org/html/rfc3454
4- #![ doc( html_root_url="https://docs.rs/stringprep/0.1.1 " ) ]
4+ #![ doc( html_root_url="https://docs.rs/stringprep/0.1.2 " ) ]
55#![ warn( missing_docs) ]
66extern crate unicode_bidi;
77extern crate unicode_normalization;
You can’t perform that action at this time.
0 commit comments