commit | 1856584c204f888a73dfa7da6f16d680875d56cc | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Feb 22 10:52:14 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Feb 22 10:52:14 2018 -0800 |
tree | ac9200c0d4e8111bf219415ac594ca62677b26a6 | |
parent | 5692530bc47eb614444613ac6681f0b32ec0395f [diff] [blame] |
Bump to 0.2.3
diff --git a/src/lib.rs b/src/lib.rs index 31ba765..d49af0c 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -24,7 +24,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.2.2")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.3")] #![cfg_attr(feature = "nightly", feature(proc_macro))]