Release 1.0.23

This commit is contained in:
David Tolnay 2022-12-18 09:27:50 -08:00
parent b0337d0c55
commit 550af67f9e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "quote"
version = "1.0.22" # don't forget to update html_root_url, version in readme for breaking changes
version = "1.0.23" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
categories = ["development-tools::procedural-macro-helpers"]

View File

@ -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.22")]
#![doc(html_root_url = "https://docs.rs/quote/1.0.23")]
#![allow(
clippy::doc_markdown,
clippy::missing_errors_doc,