Skip to content

Commit 4e42b88

Browse files
committed
Release 1.0.23
1 parent ac56ac4 commit 4e42b88

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
//! a different thread.
7979
8080
// Proc-macro2 types in rustdoc of other crates get linked to here.
81-
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.22")]
81+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.23")]
8282
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
8383
#![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]
8484
#![allow(clippy::needless_doctest_main)]

0 commit comments

Comments
 (0)