From d4286c8eaed5ebc215ef9dd49fe0e06b283595a5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Sep 2018 10:32:56 -0700 Subject: [PATCH] Bump to 0.4.17 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 95314f6d..2ba9e103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "0.4.16" # remember to update html_root_url +version = "0.4.17" # 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 613cb484..4ea31cde 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.4.16")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.17")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span)