commit | 11437353d289246664673b43be7c608a37cc4e3f | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Apr 07 09:46:12 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Apr 07 09:46:12 2018 -0700 |
tree | 2b0a927421f2987f96ee427ca16a5b8a19cfa468 | |
parent | cc77fb99f2ec933b2eba4b3f4038a5b1fd50a7e4 [diff] [blame] |
Bump to 0.3.6
diff --git a/src/lib.rs b/src/lib.rs index 4db9f03..7b9a919 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.5")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.6")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]