Release 1.0.17

This commit is contained in:
David Tolnay
2022-03-25 15:26:41 -07:00
parent bf8d570e4d
commit edfb1dcd32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "quote"
version = "1.0.16" # don't forget to update html_root_url, version in readme for breaking changes
version = "1.0.17" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Quasi-quoting macro quote!(...)"
+1 -1
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.16")]
#![doc(html_root_url = "https://docs.rs/quote/1.0.17")]
#![allow(
clippy::doc_markdown,
clippy::missing_errors_doc,