Bump to 0.2.2

This commit is contained in:
David Tolnay 2018-01-21 21:17:28 -08:00
parent b9114e6189
commit eca28d4276
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proc-macro2"
version = "0.2.1" # remember to update html_root_url
version = "0.2.2" # remember to update html_root_url
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"

View File

@ -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))]