commit | 2f7460bcd3dfc3d09acac92fe5b1061f8356a690 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Thu Apr 05 17:47:14 2018 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Thu Apr 05 17:47:14 2018 -0700 |
tree | f3cf29ef40ca3e2ccfabb1843147e425f83e56e3 | |
parent | 9cd80a64971e84819ad8b375108e1081c0e3445f [diff] |
Bump to 0.3.4
diff --git a/src/lib.rs b/src/lib.rs index 44a5bd0..055f86c 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.3")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.4")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]