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