Skip to content

Commit 1856584

Browse files
committed
Bump to 0.2.3
1 parent 5692530 commit 1856584

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.2" # remember to update html_root_url
3+
version = "0.2.3" # 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
@@ -24,7 +24,7 @@
2424
//! [ts]: https://doc.rust-lang.org/proc_macro/struct.TokenStream.html
2525
2626
// Proc-macro2 types in rustdoc of other crates get linked to here.
27-
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.2")]
27+
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.3")]
2828

2929
#![cfg_attr(feature = "nightly", feature(proc_macro))]
3030

0 commit comments

Comments
 (0)