Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix: Regression building proc-macro2 1.0.59 with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
denbezrukov committed Jun 30, 2023
1 parent 90111a0 commit 60efb68
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rome_aria_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ version = "0.0.0"

[build-dependencies]
case = "1.0.0"
proc-macro2 = { version = "1.0.36", features = ["span-locations"] }
proc-macro2 = { version = "1.0.63", features = ["span-locations"] }
quote = { workspace = true }
2 changes: 1 addition & 1 deletion crates/rome_diagnostics_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ proc-macro = true

[dependencies]
proc-macro-error = { version = "1.0.4", default-features = false }
proc-macro2 = "1.0.36"
proc-macro2 = "1.0.63"
quote = "1.0.14"
syn = "1.0.85"
2 changes: 1 addition & 1 deletion crates/rome_markup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ proc-macro = true

[dependencies]
proc-macro-error = { version = "1.0.4", default-features = false }
proc-macro2 = "1.0.36"
proc-macro2 = "1.0.63"
quote = "1.0.14"
2 changes: 1 addition & 1 deletion crates/tests_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ proc-macro = true
case = "1.0.0"
globwalk = "0.8.1"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.36"
proc-macro2 = "1.0.63"
quote = "1.0.14"
syn = "1.0.85"
2 changes: 1 addition & 1 deletion xtask/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ xtask = { path = '../', version = "0.0" }
anyhow = "1.0.52"
pico-args = { version = "0.5.0", features = ["eq-separator"] }
quote = "1.0.14"
proc-macro2 = { version = "1.0.36", features = ["span-locations"] }
proc-macro2 = { version = "1.0.63", features = ["span-locations"] }
ungrammar = "1.14.9"
walkdir = "2.3.2"
ureq = "2.4.0"
Expand Down

0 comments on commit 60efb68

Please sign in to comment.