From f96d995cc4a1e5ba7aa054899d800e4cf7da74e3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 11 Aug 2018 22:13:35 -0700 Subject: Bump to 0.4.10 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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)] -- cgit v1.2.3