From 3ff70daead32a9b485eea0c4d3719aff04117ab2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 14 Dec 2021 10:08:10 -0800 Subject: [PATCH] Release 1.0.34 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d33c28fa..5d62acf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "1.0.33" # remember to update html_root_url +version = "1.0.34" # 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 dd874528..2c16d939 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.33")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.34")] #![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))]