We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de9cd5 commit 68ebadbCopy full SHA for 68ebadb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quote"
3
-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
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
license = "MIT OR Apache-2.0"
6
description = "Quasi-quoting macro quote!(...)"
src/lib.rs
@@ -81,7 +81,7 @@
81
//! ```
82
83
// Quote types in rustdoc of other crates get linked to here.
84
-#![doc(html_root_url = "https://docs.rs/quote/1.0.8")]
+#![doc(html_root_url = "https://docs.rs/quote/1.0.9")]
85
#![allow(
86
clippy::doc_markdown,
87
clippy::missing_errors_doc,
0 commit comments