aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-08-11 22:13:35 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-08-11 22:13:35 -0700
commitf96d995cc4a1e5ba7aa054899d800e4cf7da74e3 (patch)
treedd1c5b9d51ac1f1db69d8a1675e913e4113374fd /src/lib.rs
parentf3d1b2c7818be3fc8f856433092b91c6a8b8cbeb (diff)
downloadproc-macro2-f96d995cc4a1e5ba7aa054899d800e4cf7da74e3.tar.gz
Bump to 0.4.10
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 7edbfec..4d7e601 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.9")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.10")]
#![cfg_attr(feature = "nightly", feature(proc_macro_raw_ident, proc_macro_span))]
#[cfg(use_proc_macro)]