From 2c1b1021cff64aa6c29dd2c82bcb87b369013d00 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 15 May 2023 02:00:42 -0700 Subject: [PATCH] Release 1.0.57 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 791d5e97..88887de0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "1.0.56" # remember to update html_root_url +version = "1.0.57" # remember to update html_root_url authors = ["David Tolnay ", "Alex Crichton "] autobenches = false categories = ["development-tools::procedural-macro-helpers"] diff --git a/src/lib.rs b/src/lib.rs index b7bb4c6e..feeaa171 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -86,7 +86,7 @@ //! a different thread. // Proc-macro2 types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.56")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.57")] #![cfg_attr( any(proc_macro_span, super_unstable), feature(proc_macro_span, proc_macro_span_shrink)