commit | 34231875b834515eb3c8d2ac2eb6bf4c6070f136 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Jan 08 08:05:26 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Jan 08 08:05:26 2018 -0800 |
tree | 4908f1ec86bb461e6d5e2352b9d52093a1927073 | |
parent | 15cc498f9e2d505bc4523dd62526b2da36af3684 [diff] [blame] |
Bump to 0.2.0
diff --git a/src/lib.rs b/src/lib.rs index 87708ee..0bf8664 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.1.10")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.0")] #![cfg_attr(feature = "nightly", feature(proc_macro))]