commit | e9d344f6d8d89cac042fcf5489e7cac0b5568838 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Tue Aug 28 10:27:17 2018 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Tue Aug 28 10:27:17 2018 -0700 |
tree | 496a7a474db40a9feae90ea765997e78998ebfd7 | |
parent | 5ad9b4e468c6cf241038c664054318a000fac569 [diff] [blame] |
Bump to 0.4.14
diff --git a/src/lib.rs b/src/lib.rs index 9eac7d6..4e08482 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.13")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.14")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span)