commit | b761e47aad488c96baa834641d471b86bbf8829f | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Jun 04 00:56:14 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Jun 04 00:56:14 2018 -0700 |
tree | a13f78e5ddf3582cc272a19b3b45d50ea73524f4 | |
parent | eff8af2481b299446ee0638732b08782f460c936 [diff] [blame] |
Bump to 0.4.6
diff --git a/src/lib.rs b/src/lib.rs index a72be23..67f8033 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.5")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.6")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]