commit | 35856294055359e965bf7763dfc8873210684fe7 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jun 02 15:52:45 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jun 02 15:52:45 2018 -0700 |
tree | 51ebc4ca3a301eaa3344a264b8883f35bcd9815a | |
parent | 661a1d28ec041ea693a986174bf5c9623060e656 [diff] [blame] |
Bump to 0.4.5
diff --git a/src/lib.rs b/src/lib.rs index 9092569..fc094ab 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.4")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.5")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]