mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Update to proc-macro2 rc3
This commit is contained in:
parent
9a1ca0daeb
commit
d95097703f
@ -37,7 +37,7 @@ extra-traits = []
|
||||
proc-macro = ["proc-macro2-next/proc-macro", "quote-next/proc-macro"]
|
||||
|
||||
[dependencies]
|
||||
proc-macro2-next = { version = "1.0.0-rc2", default-features = false }
|
||||
proc-macro2-next = { version = "1.0.0-rc3", default-features = false }
|
||||
quote-next = { version = "1.0.0-rc3", optional = true, default-features = false }
|
||||
unicode-xid = "0.2"
|
||||
|
||||
|
@ -11,7 +11,7 @@ color-backtrace = "0.2"
|
||||
failure = "0.1"
|
||||
indexmap = { version = "1.0", features = ["serde-1"] }
|
||||
inflections = "1.1"
|
||||
proc-macro2-next = "1.0.0-rc2"
|
||||
proc-macro2-next = "1.0.0-rc3"
|
||||
quote-next = "1.0.0-rc3"
|
||||
rustfmt = { package = "rustfmt-nightly", git = "https://github.com/rust-lang-nursery/rustfmt" }
|
||||
semver = { version = "0.9", features = ["serde"] }
|
||||
|
@ -7,7 +7,7 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
colored = "1.7"
|
||||
proc-macro2-next = { version = "1.0.0-rc2", features = ["span-locations"] }
|
||||
proc-macro2-next = { version = "1.0.0-rc3", features = ["span-locations"] }
|
||||
|
||||
[dependencies.syn-next]
|
||||
path = "../.."
|
||||
|
@ -9,6 +9,6 @@ publish = false
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2-next = "1.0.0-rc2"
|
||||
proc-macro2-next = "1.0.0-rc3"
|
||||
quote-next = "1.0.0-rc3"
|
||||
syn-next = { path = "../../.." }
|
||||
|
@ -9,6 +9,6 @@ publish = false
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2-next = { version = "1.0.0-rc2", features = ["nightly"] }
|
||||
proc-macro2-next = { version = "1.0.0-rc3", features = ["nightly"] }
|
||||
quote-next = "1.0.0-rc3"
|
||||
syn-next = { path = "../../../", features = ["full"] }
|
||||
|
@ -9,6 +9,6 @@ publish = false
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2-next = { version = "1.0.0-rc2", features = ["nightly"] }
|
||||
proc-macro2-next = { version = "1.0.0-rc3", features = ["nightly"] }
|
||||
quote-next = "1.0.0-rc3"
|
||||
syn-next = { path = "../../../", features = ["full", "fold"] }
|
||||
|
Loading…
Reference in New Issue
Block a user