aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-10-04 09:13:51 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-10-04 09:13:51 -0700
commit92bca9697992e0673c0ce9d65f65d0ec9622bbb4 (patch)
tree4c8e0470c6d9739b488c37f490984e6abd84b04d /src/lib.rs
parentca168d9a7c295b416ff2f6905bf33bb03c6dda36 (diff)
downloadproc-macro2-92bca9697992e0673c0ce9d65f65d0ec9622bbb4.tar.gz
Bump to 0.4.20
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 14845c4..ba9e67b 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.19")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.20")]
#![cfg_attr(
super_unstable,
feature(proc_macro_raw_ident, proc_macro_span, proc_macro_def_site)