commit | 2c1dac54aa234567acf5050fc5c4e7ef7bd6be01 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Apr 23 19:18:07 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Apr 23 19:18:07 2018 -0700 |
tree | 6bdedcaa14e21d52fa265b697bcb61a1da0cccc7 | |
parent | 48ea50450419f9bb6db30cd2229a61e3175d5d93 [diff] [blame] |
Bump to 0.3.7
diff --git a/src/lib.rs b/src/lib.rs index a465747..4901023 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.6")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.7")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]