Update to quote 1.0.0-rc2

This commit is contained in:
David Tolnay 2019-08-10 12:48:45 -07:00
parent 20fa9171ef
commit 5a619b16e4
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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