Skip to content

Commit 6de5129

Browse files
committed
Bump to 0.3.5
1 parent e24f734 commit 6de5129

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.3.4" # remember to update html_root_url
3+
version = "0.3.5" # 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

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.3.4")]
27+
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.5")]
2828
#![cfg_attr(feature = "nightly", feature(proc_macro))]
2929

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

0 commit comments

Comments
 (0)