commit | 1ded3508037f4fdea406e79b6224188b045d44b7 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Sep 06 09:52:54 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Sep 06 09:56:17 2018 -0700 |
tree | da7c434cc543c3bbae38ac86dd704c288e15c2ea | |
parent | 11a33d3265acbfd6dfe659a6cc372938258b3d35 [diff] [blame] |
Bump to 0.4.18
diff --git a/src/lib.rs b/src/lib.rs index 4ea31cd..e651688 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.17")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.18")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span)