commit | eca28d42767412e3f8ad670e271a09aed6e05a10 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Jan 21 21:17:28 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Jan 21 21:17:28 2018 -0800 |
tree | b1bb598c62b5756cb4f2e0e38b842967678b4f01 | |
parent | b9114e6189a7347faef1d88d46af54bc5bc97a70 [diff] [blame] |
Bump to 0.2.2
diff --git a/src/lib.rs b/src/lib.rs index 373f051..373174c 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -20,7 +20,7 @@ //! around preserving span information. // Proc-macro2 types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.1")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.2")] #![cfg_attr(feature = "nightly", feature(proc_macro))]