From 34d94b4980d17bff07f5cdf256225773cad9bd9f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Aug 2022 20:58:15 -0700 Subject: [PATCH] Release 1.0.21 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27bd83b..dcd01bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "1.0.20" # don't forget to update html_root_url, version in readme for breaking changes +version = "1.0.21" # 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 2fae3fc..3559482 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -81,7 +81,7 @@ //! ``` // Quote types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/quote/1.0.20")] +#![doc(html_root_url = "https://docs.rs/quote/1.0.21")] #![allow( clippy::doc_markdown, clippy::missing_errors_doc,