mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 23:29:43 +00:00
Release 0.4.0
This commit is contained in:
parent
8b457c25cf
commit
5520c53d81
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "quote"
|
name = "quote"
|
||||||
version = "0.3.15" # don't forget to update html_root_url, version in readme for breaking changes
|
version = "0.4.0" # don't forget to update html_root_url, version in readme for breaking changes
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
description = "Quasi-quoting macro quote!(...)"
|
description = "Quasi-quoting macro quote!(...)"
|
||||||
@ -8,7 +8,6 @@ repository = "https://github.com/dtolnay/quote"
|
|||||||
documentation = "https://docs.rs/quote/"
|
documentation = "https://docs.rs/quote/"
|
||||||
keywords = ["syn"]
|
keywords = ["syn"]
|
||||||
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
|
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
|
||||||
publish = false # this branch contains breaking changes
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "0.2"
|
proc-macro2 = "0.2"
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
//! An even higher limit may be necessary for especially large invocations.
|
//! An even higher limit may be necessary for especially large invocations.
|
||||||
|
|
||||||
// Quote types in rustdoc of other crates get linked to here.
|
// Quote types in rustdoc of other crates get linked to here.
|
||||||
#![doc(html_root_url = "https://docs.rs/quote/0.3.15")]
|
#![doc(html_root_url = "https://docs.rs/quote/0.4.0")]
|
||||||
|
|
||||||
extern crate proc_macro2;
|
extern crate proc_macro2;
|
||||||
extern crate proc_macro;
|
extern crate proc_macro;
|
||||||
|
Loading…
Reference in New Issue
Block a user