Skip to content

Commit 1e221fa

Browse files
committed
Bump to 0.4.7
1 parent 32f2043 commit 1e221fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro2"
3-
version = "0.4.6" # remember to update html_root_url
3+
version = "0.4.7" # remember to update html_root_url
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

src/lib.rs

+1-1
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.6")]
46+
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.7")]
4747
#![cfg_attr(feature = "nightly", feature(proc_macro))]
4848

4949
#[cfg(feature = "proc-macro")]

0 commit comments

Comments
 (0)