mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 07:10:01 +00:00
Release 1.0.19
This commit is contained in:
parent
75d195e1f2
commit
eeabf0d42e
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "quote"
|
||||
version = "1.0.18" # don't forget to update html_root_url, version in readme for breaking changes
|
||||
version = "1.0.19" # 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!(...)"
|
||||
|
@ -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.18")]
|
||||
#![doc(html_root_url = "https://docs.rs/quote/1.0.19")]
|
||||
#![allow(
|
||||
clippy::doc_markdown,
|
||||
clippy::missing_errors_doc,
|
||||
|
Loading…
Reference in New Issue
Block a user