Skip to content

Commit b7daef7

Browse files
committed
Release 1.0.9
1 parent ff2fc3c commit b7daef7

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.8" # remember to update html_root_url
3+
version = "1.0.9" # remember to update html_root_url
44
authors = ["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
@@ -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.8")]
81+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.9")]
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

0 commit comments

Comments
 (0)