diff --git a/Cargo.toml b/Cargo.toml index c30f4b0..96cadcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paste" -version = "1.0.12" +version = "1.0.13" authors = ["David Tolnay "] categories = ["development-tools", "no-std", "no-std::no-alloc"] description = "Macros for all your token pasting needs" diff --git a/src/lib.rs b/src/lib.rs index 4da0bd2..31d9e96 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -137,7 +137,7 @@ //! method_new!(Paste); // expands to #[doc = "Create a new `Paste` object"] //! ``` -#![doc(html_root_url = "https://docs.rs/paste/1.0.12")] +#![doc(html_root_url = "https://docs.rs/paste/1.0.13")] #![allow( clippy::derive_partial_eq_without_eq, clippy::doc_markdown,