commit | de57017f6ad555ad675f6528af78e38c23c6e4b7 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Thu May 17 11:04:09 2018 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Thu May 17 11:04:09 2018 -0700 |
tree | 7556848e54ee096bc7321c4035ee311040ede5b1 | |
parent | 51577c20e2ff2ee09eaad394d69b2f9ae4294472 [diff] [blame] |
Bump to 0.4.1
diff --git a/src/lib.rs b/src/lib.rs index 286bf3a..c723b44 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.0")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.1")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]