Skip to content

Commit 60b48bd

Browse files
committed
Bump to 0.4.12
1 parent 172b61f commit 60b48bd

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.4.11" # remember to update html_root_url
3+
version = "0.4.12" # 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
@@ -43,7 +43,7 @@
4343
//! [ts]: https://doc.rust-lang.org/proc_macro/struct.TokenStream.html
4444
4545
// Proc-macro2 types in rustdoc of other crates get linked to here.
46-
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.11")]
46+
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.12")]
4747
#![cfg_attr(
4848
feature = "nightly",
4949
feature(proc_macro_raw_ident, proc_macro_span)

0 commit comments

Comments
 (0)