commit | 99d9630273a9c102b80f902e85aed076e241ece6 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Wed Apr 04 07:59:45 2018 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Wed Apr 04 07:59:45 2018 -0700 |
tree | 4a30ab18baec513b99c96859b0bb5e93f0fe2938 | |
parent | 2faaac738e012da27b1abfa36169ab174be3fd2e [diff] [blame] |
Bump to 0.3.2
diff --git a/src/lib.rs b/src/lib.rs index 627ec39..46a7d07 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.1")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.2")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]