commit | b07f847a3eb263a9768927187732cdd9c39c1fe8 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Tue Aug 28 17:21:52 2018 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Tue Aug 28 17:21:52 2018 -0700 |
tree | e97f1365eb003210c3f8b463aae78038228319a1 | |
parent | ebec5245be0bbbbc820a1c0f262f42d2dcaddd52 [diff] [blame] |
Bump to 0.4.15
diff --git a/src/lib.rs b/src/lib.rs index 44c56c3..ba8c298 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.14")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.15")] #![cfg_attr( super_unstable, feature(proc_macro_raw_ident, proc_macro_span)