commit | 553aaa900be64c2b36ec34b90c54c4b493500f79 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Nov 11 11:32:30 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Nov 11 11:32:30 2018 -0800 |
tree | 94eee02f1dca29dec3e2e1a5a143939a960dc0eb | |
parent | 279519f0b426d1a9c9a7f95bf3353e716d41fa0f [diff] [blame] |
Bump to 0.4.22
diff --git a/src/lib.rs b/src/lib.rs index 22a882a..096ed47 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.21")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.22")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span, proc_macro_def_site)