From 68ebadbc1b4242531c5a78fbba01c648bd58c8e7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 11 Feb 2021 22:49:45 -0800 Subject: [PATCH] Release 1.0.9 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b4a185..b95c6c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "1.0.8" # don't forget to update html_root_url, version in readme for breaking changes +version = "1.0.9" # don't forget to update html_root_url, version in readme for breaking changes authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Quasi-quoting macro quote!(...)" diff --git a/src/lib.rs b/src/lib.rs index ff5f343..356e43a 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.8")] +#![doc(html_root_url = "https://docs.rs/quote/1.0.9")] #![allow( clippy::doc_markdown, clippy::missing_errors_doc,