Skip to content

Commit 671d87d

Browse files
committed
Release 1.0.89
1 parent 9574d98 commit 671d87d

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.88"
3+
version = "1.0.89"
44
authors = ["David Tolnay <[email protected]>", "Alex Crichton <[email protected]>"]
55
autobenches = false
66
categories = ["development-tools::procedural-macro-helpers"]

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.88")]
89+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.89")]
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(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)