commit | e3573b9c02c2b820f216afd9c405096df6d4d5e1 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Mar 31 21:28:47 2018 +0200 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Mar 31 21:28:47 2018 +0200 |
tree | 5a9bb939ab8aa1f9f9fb26af336c1ccd014efe94 | |
parent | a13d142d0cb6473f64e50f690ab0395a08d19775 [diff] [blame] |
Bump to 0.3.1
diff --git a/src/lib.rs b/src/lib.rs index 54c06e4..490ec7a 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.0")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.1")] #![cfg_attr(feature = "nightly", feature(proc_macro))]