commit | 60b48bd560f89fd8f0aa499803109126f30c079e | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Aug 13 11:00:42 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Aug 13 11:00:42 2018 -0700 |
tree | 4f155cc05b34abedc7541660c768535214807e4e | |
parent | 172b61fedd11947b492582d845644541ea67c8e1 [diff] |
Bump to 0.4.12
diff --git a/src/lib.rs b/src/lib.rs index f319f45..299f9b8 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.11")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.12")] #![cfg_attr( feature = "nightly", feature(proc_macro_raw_ident, proc_macro_span)