Skip to content

Commit 7cb0f3c

Browse files
committed
Release 1.0.94
1 parent 23c425c commit 7cb0f3c

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.93"
3+
version = "1.0.94"
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
@@ -84,7 +84,7 @@
8484
//! a different thread.
8585
8686
// Proc-macro2 types in rustdoc of other crates get linked to here.
87-
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.93")]
87+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.94")]
8888
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
8989
#![cfg_attr(super_unstable, feature(proc_macro_def_site))]
9090
#![cfg_attr(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)