Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b77aca

Browse files
committedMay 19, 2024··
Release 1.0.83
1 parent 728eddf commit 1b77aca

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.82"
3+
version = "1.0.83"
44
authors = ["David Tolnay <dtolnay@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"]
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.82")]
89+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.83")]
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)
Please sign in to comment.