commit | dd1af4320c21a93220333917feeea2f7d5e91f67 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed Jan 16 12:08:47 2019 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Wed Jan 16 12:21:47 2019 -0800 |
tree | afb59b2f3192052bc54993ec3a842591e5fedc2a | |
parent | 4453fcca338660d891cf7b33b6b0283769dfee2c [diff] |
Release 0.4.25
diff --git a/src/lib.rs b/src/lib.rs index 23b4d75..cc1ae6a 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.24")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.25")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span, proc_macro_def_site)