diff --git a/Cargo.toml b/Cargo.toml index 78377c73..346728ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intaglio" -version = "1.13.0" # remember to set `html_root_url` in `src/lib.rs`. +version = "1.13.1" # remember to set `html_root_url` in `src/lib.rs`. authors = ["Ryan Lopopolo "] license = "MIT" edition = "2024" diff --git a/README.md b/README.md index 839ec7c1..388f848e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -intaglio = "1.13.0" +intaglio = "1.13.1" ``` Then intern UTF-8 strings like: diff --git a/src/lib.rs b/src/lib.rs index d36f9332..a2ab1273 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -109,7 +109,7 @@ //! [`&Path`]: std::path::Path //! [`&'static Path`]: std::path::Path -#![doc(html_root_url = "https://docs.rs/intaglio/1.13.0")] +#![doc(html_root_url = "https://docs.rs/intaglio/1.13.1")] use core::fmt; use core::num::TryFromIntError;