Skip to content

Commit

Permalink
Bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 22, 2018
1 parent b9114e6 commit eca28d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]

Expand Down

0 comments on commit eca28d4

Please sign in to comment.