commit | 1e221fa07849eeffe7120cde5a33d61d1b6a1f0e | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Jul 16 22:48:54 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Jul 16 22:48:54 2018 -0700 |
tree | 4b5e6a8f53c385b1fb6ccc1cdab33ac280c8c238 | |
parent | 32f2043b0136dcaee9b40637aa1f5d7a58e124d4 [diff] [blame] |
Bump to 0.4.7
diff --git a/src/lib.rs b/src/lib.rs index 9930c3c..883fb58 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.6")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.7")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]