commit | 102ee29e36c15ca68a6f6ec7d37b04571997a8f4 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Nov 11 15:27:31 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Nov 11 15:27:31 2018 -0800 |
tree | 3649b1cf48668a1fdd99d5386a890a58c72ea944 | |
parent | d7568e53327c614200ccf5d4b61bbbc62e566780 [diff] [blame] |
Bump to 0.4.23
diff --git a/src/lib.rs b/src/lib.rs index 85fe514..2f632f6 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.22")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.23")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span, proc_macro_def_site)