From 5d4880c4255b5c7f5ea0a9ac3cf9f985c418a1e7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 9 Apr 2024 20:59:44 -0700 Subject: [PATCH] Release 1.0.36 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 33d9865..d7a8593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "1.0.35" # don't forget to update html_root_url, version in readme for breaking changes +version = "1.0.36" # don't forget to update html_root_url, version in readme for breaking changes authors = ["David Tolnay "] autobenches = false categories = ["development-tools::procedural-macro-helpers"] diff --git a/src/lib.rs b/src/lib.rs index bf4d5d6..4d198cb 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.35")] +#![doc(html_root_url = "https://docs.rs/quote/1.0.36")] #![allow( clippy::doc_markdown, clippy::missing_errors_doc,