aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2018-11-08 09:15:14 -0800
committerDavid Tolnay <dtolnay@gmail.com>2018-11-08 09:15:14 -0800
commit3f8382d1bb42f0121707660b9b7f0628a371c840 (patch)
tree579d81b3b55c5e5773f8baf305187bd58ef2f192
parentf7aae83d5e304bf1f3ff93c677d4b26c6a82b4ad (diff)
downloadproc-macro2-3f8382d1bb42f0121707660b9b7f0628a371c840.tar.gz
Bump to 0.4.21
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9153f0..ac85670 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proc-macro2"
-version = "0.4.20" # remember to update html_root_url
+version = "0.4.21" # remember to update html_root_url
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
diff --git a/src/lib.rs b/src/lib.rs
index a26b117..22a882a 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.20")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.21")]
#![cfg_attr(
super_unstable,
feature(proc_macro_raw_ident, proc_macro_span, proc_macro_def_site)