From e99862e7a5dcabd384fd88f5a8771a9b51297867 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 28 Jun 2023 20:48:14 -0700 Subject: [PATCH] Release 1.0.29 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index acf9241..8d7c2fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "1.0.28" # don't forget to update html_root_url, version in readme for breaking changes +version = "1.0.29" # 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 0b5e7d8..d871fb0 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.28")] +#![doc(html_root_url = "https://docs.rs/quote/1.0.29")] #![allow( clippy::doc_markdown, clippy::missing_errors_doc,