Skip to content

Commit 2517d62

Browse files
committed
Release 1.0.27
1 parent 6fcc4a2 commit 2517d62

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.26" # remember to update html_root_url
3+
version = "1.0.27" # 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.26")]
81+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.27")]
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
#![cfg_attr(doc_cfg, feature(doc_cfg))]

0 commit comments

Comments
 (0)