We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00eda5 commit 9de44cdCopy full SHA for 9de44cd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quote"
3
-version = "1.0.6" # don't forget to update html_root_url, version in readme for breaking changes
+version = "1.0.7" # 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
@@ -82,7 +82,7 @@
82
83
#![forbid(unsafe_code)]
84
// Quote types in rustdoc of other crates get linked to here.
85
-#![doc(html_root_url = "https://docs.rs/quote/1.0.6")]
+#![doc(html_root_url = "https://docs.rs/quote/1.0.7")]
86
87
#[cfg(all(
88
not(all(target_arch = "wasm32", target_os = "unknown")),
0 commit comments