mirror of
https://github.com/openharmony/third_party_rust_quote.git
synced 2026-07-19 13:53:59 -04:00
Release 0.6.5
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "quote"
|
||||
version = "0.6.4" # don't forget to update html_root_url, version in readme for breaking changes
|
||||
version = "0.6.5" # don't forget to update html_root_url, version in readme for breaking changes
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "Quasi-quoting macro quote!(...)"
|
||||
|
||||
+1
-1
@@ -92,7 +92,7 @@
|
||||
//! An even higher limit may be necessary for especially large invocations.
|
||||
|
||||
// Quote types in rustdoc of other crates get linked to here.
|
||||
#![doc(html_root_url = "https://docs.rs/quote/0.6.4")]
|
||||
#![doc(html_root_url = "https://docs.rs/quote/0.6.5")]
|
||||
|
||||
#[cfg(feature = "proc-macro")]
|
||||
extern crate proc_macro;
|
||||
|
||||
Reference in New Issue
Block a user