commit | dfd23e414fc16877ef7abfae0a08744584b5202e | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Wed Apr 04 15:05:23 2018 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Wed Apr 04 15:05:23 2018 -0700 |
tree | 694776ce678a49032dcb8222f4445c6fff0cac03 | |
parent | 6e05dac376150c7683d4296ff38c1d14a2ce9807 [diff] [blame] |
Bump to 0.3.3
diff --git a/src/lib.rs b/src/lib.rs index 46a7d07..44a5bd0 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -24,7 +24,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.3.2")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.3")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]