Skip to content

Commit

Permalink
Update to proc-macro2 rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 11, 2019
1 parent 9a1ca0d commit d950977
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/dump-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../.."
Expand Down
2 changes: 1 addition & 1 deletion examples/heapsize/heapsize_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
2 changes: 1 addition & 1 deletion examples/lazy-static/lazy-static/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion examples/trace-var/trace-var/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit d950977

Please sign in to comment.