From 47c93010318ec46b34b8d0c2d039e1d17125eed6 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 29 Apr 2018 16:39:40 -0700 Subject: [PATCH] Bump to 0.3.8 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7da14d66..4b863833 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "0.3.7" # remember to update html_root_url +version = "0.3.8" # remember to update html_root_url authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 11ec5499..b7fbb14c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,7 +43,7 @@ //! [ts]: https://doc.rust-lang.org/proc_macro/struct.TokenStream.html // Proc-macro2 types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.7")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.8")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]