commit | d4286c8eaed5ebc215ef9dd49fe0e06b283595a5 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Sep 03 10:32:56 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Sep 03 10:32:56 2018 -0700 |
tree | 33b21db56857d4e403dfea09959d1b4c4e626772 | |
parent | ba83726f073f82f89b8664e4c1be0c336b6c40f8 [diff] [blame] |
Bump to 0.4.17
diff --git a/src/lib.rs b/src/lib.rs index 613cb48..4ea31cd 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.16")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.17")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span)