commit | 36931ed936cdd88848a2116a50bc9af8a033f71a | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Jan 08 14:05:54 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Jan 08 14:05:54 2018 -0800 |
tree | adf8ead76b264b121f6dc1f4580d84b08a8306ce | |
parent | 9008f9cb5f825902db0a3e54f1aa51cb08b9affb [diff] [blame] |
Bump to 0.2.1
diff --git a/src/lib.rs b/src/lib.rs index 0bf8664..373f051 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.0")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.1")] #![cfg_attr(feature = "nightly", feature(proc_macro))]