From 7d089f5d42c58bd194401c59f20a6ab689bc47ec Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 2 Mar 2025 23:35:42 -0800 Subject: [PATCH] Release 1.0.39 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a07adc0..2357bfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "1.0.38" +version = "1.0.39" authors = ["David Tolnay "] autobenches = false categories = ["development-tools::procedural-macro-helpers"] diff --git a/src/lib.rs b/src/lib.rs index 2716aaf..0e630ac 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -89,7 +89,7 @@ //! [prettyplease]: https://github.com/dtolnay/prettyplease // Quote types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/quote/1.0.38")] +#![doc(html_root_url = "https://docs.rs/quote/1.0.39")] #![allow( clippy::doc_markdown, clippy::elidable_lifetime_names,