aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
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 /src/lib.rs
parentf7aae83d5e304bf1f3ff93c677d4b26c6a82b4ad (diff)
downloadproc-macro2-3f8382d1bb42f0121707660b9b7f0628a371c840.tar.gz
Bump to 0.4.21
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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)