commit | ff8e52f171ed65b04993829f1f6fb7be54079661 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Aug 16 23:07:51 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Aug 16 23:07:51 2018 -0700 |
tree | f76d7b4db2429c8219d5853f731529d122f36ca1 | |
parent | 5463bb1a3a84339d2588a280c0d54577346e00b4 [diff] |
Bump to 0.4.13
diff --git a/src/lib.rs b/src/lib.rs index d261209..39ab87a 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.12")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.13")] #![cfg_attr( feature = "nightly", feature(proc_macro_raw_ident, proc_macro_span)