Skip to content

Commit a77588b

Browse files
committed
Release 1.0.42
1 parent a2b46f9 commit a77588b

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 = "1.0.41" # remember to update html_root_url
3+
version = "1.0.42" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>", "Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
//! a different thread.
8787
8888
// Proc-macro2 types in rustdoc of other crates get linked to here.
89-
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.41")]
89+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.42")]
9090
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
9191
#![cfg_attr(super_unstable, feature(proc_macro_def_site))]
9292
#![cfg_attr(doc_cfg, feature(doc_cfg))]

0 commit comments

Comments
 (0)