commit | 6de51290de1c63bf0d35065586eca954d7dc4b67 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Thu Apr 05 17:58:34 2018 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Thu Apr 05 17:58:34 2018 -0700 |
tree | 1d03a734a58cc5973f8a4863d15b5352eff9fef4 | |
parent | e24f734b0aab541c613a62a4939ce184995e9356 [diff] [blame] |
Bump to 0.3.5
diff --git a/src/lib.rs b/src/lib.rs index 055f86c..4db9f03 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.4")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.5")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]