commit | f8d09b4362fa67f2a4259489321662f7fd843c19 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun May 20 19:33:25 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun May 20 19:33:25 2018 -0700 |
tree | f60abbef39284626371e4c17bf72d4e580e00967 | |
parent | 8b71daca2dd228053ac4df17a356f667332158fd [diff] [blame] |
Bump to 0.4.3
diff --git a/src/lib.rs b/src/lib.rs index ac3880e..621e53b 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.2")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.3")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]