From 7ecea3b88fe72672ca4270631b5d4585c0f7c715 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 27 Dec 2021 12:01:19 -0800 Subject: [PATCH] Release 1.0.36 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b2a0e99..401bfaff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "1.0.35" # remember to update html_root_url +version = "1.0.36" # remember to update html_root_url authors = ["David Tolnay ", "Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index de720d15..6edaf42f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -86,7 +86,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.35")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.36")] #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] #![cfg_attr(super_unstable, feature(proc_macro_def_site))] #![cfg_attr(doc_cfg, feature(doc_cfg))]