Skip to content

Commit 5956a96

Browse files
committed
Release 1.0.1
1 parent 5fd7e8d commit 5956a96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro2"
3-
version = "1.0.0" # remember to update html_root_url
3+
version = "1.0.1" # remember to update html_root_url
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
@@ -26,7 +26,7 @@ rustdoc-args = ["--cfg", "procmacro2_semver_exempt"]
2626
unicode-xid = "0.2"
2727

2828
[dev-dependencies]
29-
quote = "1.0.0"
29+
quote = "1.0"
3030

3131
[features]
3232
proc-macro = []

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
//! a different thread.
7878
7979
// Proc-macro2 types in rustdoc of other crates get linked to here.
80-
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.0")]
80+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.1")]
8181
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
8282
#![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]
8383

0 commit comments

Comments
 (0)