Skip to content

Commit eca28d4

Browse files
committed
Bump to 0.2.2
1 parent b9114e6 commit eca28d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro2"
3-
version = "0.2.1" # remember to update html_root_url
3+
version = "0.2.2" # remember to update html_root_url
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//! around preserving span information.
2121
2222
// Proc-macro2 types in rustdoc of other crates get linked to here.
23-
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.1")]
23+
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.2")]
2424

2525
#![cfg_attr(feature = "nightly", feature(proc_macro))]
2626

0 commit comments

Comments
 (0)