From 0245506323a3616daa2ee41c6ad0b871e4d78ae4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 25 Dec 2024 21:02:48 -0800 Subject: [PATCH] Release 1.0.38 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e2f0e4..ee8df66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "1.0.37" +version = "1.0.38" authors = ["David Tolnay "] autobenches = false categories = ["development-tools::procedural-macro-helpers"] diff --git a/src/lib.rs b/src/lib.rs index c959a87..3fa8f87 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -92,7 +92,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.37")] +#![doc(html_root_url = "https://docs.rs/quote/1.0.38")] #![allow( clippy::doc_markdown, clippy::missing_errors_doc,