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 ]
22name = " intaglio"
3- version = " 0.1 .0"
3+ version = " 1.0 .0"
44authors = [
" Ryan Lopopolo <[email protected] >" ]
55edition = " 2018"
66description = " UTF-8 string and bytestring interner and symbol table"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:
3535
3636``` toml
3737[dependencies ]
38- intaglio = " 0.1 "
38+ intaglio = " 1.0 "
3939```
4040
4141Then intern UTF-8 strings like:
Original file line number Diff line number Diff line change 6262//! interning bytestrings (`Vec<u8>` and `&'static [u8]`). Disabling this
6363//! drops the `bstr` dependency.
6464
65- #![ doc( html_root_url = "https://docs.rs/intaglio/0.1 .0" ) ]
65+ #![ doc( html_root_url = "https://docs.rs/intaglio/1.0 .0" ) ]
6666
6767#[ cfg( all( doctest, feature = "bytes" ) ) ]
6868doc_comment:: doctest!( "../README.md" ) ;
You can’t perform that action at this time.
0 commit comments