We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c85183 commit f559bb7Copy full SHA for f559bb7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quote"
3
-version = "1.0.27" # don't forget to update html_root_url, version in readme for breaking changes
+version = "1.0.28" # don't forget to update html_root_url, version in readme for breaking changes
4
authors = ["David Tolnay <[email protected]>"]
5
autobenches = false
6
categories = ["development-tools::procedural-macro-helpers"]
src/lib.rs
@@ -92,7 +92,7 @@
92
//! [prettyplease]: https://github.com/dtolnay/prettyplease
93
94
// Quote types in rustdoc of other crates get linked to here.
95
-#![doc(html_root_url = "https://docs.rs/quote/1.0.27")]
+#![doc(html_root_url = "https://docs.rs/quote/1.0.28")]
96
#![allow(
97
clippy::doc_markdown,
98
clippy::missing_errors_doc,
0 commit comments