mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 15:19:40 +00:00
Release 1.0.7
This commit is contained in:
parent
c00eda5d49
commit
9de44cd86e
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "quote"
|
||||
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
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Quasi-quoting macro quote!(...)"
|
||||
|
@ -82,7 +82,7 @@
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
// Quote types in rustdoc of other crates get linked to here.
|
||||
#![doc(html_root_url = "https://docs.rs/quote/1.0.6")]
|
||||
#![doc(html_root_url = "https://docs.rs/quote/1.0.7")]
|
||||
|
||||
#[cfg(all(
|
||||
not(all(target_arch = "wasm32", target_os = "unknown")),
|
||||
|
Loading…
Reference in New Issue
Block a user