diff --git a/Cargo.toml b/Cargo.toml index f29b7e0a..568eb0b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "1.0.14" # remember to update html_root_url +version = "1.0.15" # remember to update html_root_url authors = ["Alex Crichton ", "David Tolnay "] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index bd6e312b..4b65794d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -78,7 +78,7 @@ //! a different thread. // Proc-macro2 types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.14")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.15")] #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] #![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]