mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2025-03-01 11:56:16 +00:00
Update to quote 1.0.0-rc2
This commit is contained in:
parent
20fa9171ef
commit
5a619b16e4
@ -38,7 +38,7 @@ proc-macro = ["proc-macro2-next/proc-macro", "quote-next/proc-macro"]
|
||||
|
||||
[dependencies]
|
||||
proc-macro2-next = { version = "1.0.0-rc1", default-features = false }
|
||||
quote-next = { version = "1.0.0-rc1", optional = true, default-features = false }
|
||||
quote-next = { version = "1.0.0-rc2", optional = true, default-features = false }
|
||||
unicode-xid = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -8,7 +8,7 @@ publish = false # this is an internal crate which should never be published
|
||||
|
||||
[dependencies]
|
||||
syn-next = { path = "..", features = ["full", "extra-traits"] }
|
||||
quote-next = "1.0.0-rc1"
|
||||
quote-next = "1.0.0-rc2"
|
||||
color-backtrace = "0.2"
|
||||
failure = "0.1"
|
||||
indexmap = { version = "1.0", features = ["serde-1"] }
|
||||
|
@ -14,7 +14,7 @@ path = "main.rs"
|
||||
name = "syn-dev"
|
||||
|
||||
[dependencies]
|
||||
quote-next = "1.0.0-rc1"
|
||||
quote-next = "1.0.0-rc2"
|
||||
|
||||
[dependencies.syn-next]
|
||||
path = ".."
|
||||
|
@ -10,5 +10,5 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2-next = "1.0.0-rc1"
|
||||
quote-next = "1.0.0-rc1"
|
||||
quote-next = "1.0.0-rc2"
|
||||
syn-next = { path = "../../.." }
|
||||
|
@ -10,5 +10,5 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn-next = { path = "../../../", features = ["full"] }
|
||||
quote-next = "1.0.0-rc1"
|
||||
quote-next = "1.0.0-rc2"
|
||||
proc-macro2-next = { version = "1.0.0-rc1", features = ["nightly"] }
|
||||
|
@ -10,5 +10,5 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn-next = { path = "../../../", features = ["full", "fold"] }
|
||||
quote-next = "1.0.0-rc1"
|
||||
quote-next = "1.0.0-rc2"
|
||||
proc-macro2-next = { version = "1.0.0-rc1", features = ["nightly"] }
|
||||
|
@ -58,7 +58,7 @@
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! syn-next = "1.0.0-rc2"
|
||||
//! quote-next = "1.0.0-rc1"
|
||||
//! quote-next = "1.0.0-rc2"
|
||||
//!
|
||||
//! [lib]
|
||||
//! proc-macro = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user