commit | 262c9579580acc784dc73537e0cd81ea58c9bcad | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Sep 08 16:22:36 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Sep 08 16:23:35 2018 -0700 |
tree | 5e2c2541c1261afaed1c6b7ec7fe6f3212428955 | |
parent | 25afcab1070eeb3f40046b654efc9617b393fdb0 [diff] [blame] |
Bump to 0.4.19
diff --git a/src/lib.rs b/src/lib.rs index 9a033c0..59de17b 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.18")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.19")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span)