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 = " 1.11 .0" # remember to set `html_root_url` in `src/lib.rs`.
3+ version = " 1.12 .0" # remember to set `html_root_url` in `src/lib.rs`.
44authors = [
" Ryan Lopopolo <[email protected] >" ]
55license = " MIT"
66edition = " 2021"
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 = " 1.11 .0"
38+ intaglio = " 1.12 .0"
3939```
4040
4141Then intern UTF-8 strings like:
Original file line number Diff line number Diff line change 109109//! [`&Path`]: std::path::Path
110110//! [`&'static Path`]: std::path::Path
111111
112- #![ doc( html_root_url = "https://docs.rs/intaglio/1.11 .0" ) ]
112+ #![ doc( html_root_url = "https://docs.rs/intaglio/1.12 .0" ) ]
113113
114114use core:: fmt;
115115use core:: num:: TryFromIntError ;
You can’t perform that action at this time.
0 commit comments