commit | 2c8e9174565a228dcaed0912ce39efa31081f7ca | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri May 18 20:54:57 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Fri May 18 20:56:45 2018 -0700 |
tree | 7145708ae1ecfffb968c9a7e6f4599df8eaef4cc | |
parent | 06a1da771698febb6f65adb09c27b65fd48f0b37 [diff] [blame] |
Bump to 0.4.2
diff --git a/src/lib.rs b/src/lib.rs index 7991723..00c1aaf 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -43,7 +43,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.4.1")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.2")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]