Update to proc-macro2 rc3

This commit is contained in:
David Tolnay 2019-08-10 22:24:23 -07:00
parent 9a1ca0daeb
commit d95097703f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
6 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"] }

View File

@ -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 = "../.."

View File

@ -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 = "../../.." }

View File

@ -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"] }

View File

@ -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"] }