Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5c554b9

Browse files
authored
Companion for #13846 (#7022)
* globally upgrade syn to 1.0.109 * globally upgrade quote to 1.0.26 * globally upgrade proc-macro2 to 1.0.56 * globally bump syn to v2.0.13 * update expander to v1.0.0 * temporary commit to prove new version of expander works (new version hasn't been released yet so using git) * use expander 2.0.0 * upgrade to syn 2.0.14 * update lock file
1 parent b30c015 commit 5c554b9

File tree

4 files changed

+30
-18
lines changed

4 files changed

+30
-18
lines changed

Cargo.lock

Lines changed: 22 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/gum/proc-macro/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ targets = ["x86_64-unknown-linux-gnu"]
1212
proc-macro = true
1313

1414
[dependencies]
15-
syn = { version = "1.0.95", features = ["full", "extra-traits"] }
16-
quote = "1.0.20"
17-
proc-macro2 = "1.0.43"
15+
syn = { version = "2.0.14", features = ["full", "extra-traits"] }
16+
quote = "1.0.26"
17+
proc-macro2 = "1.0.56"
1818
proc-macro-crate = "1.1.3"
19-
expander = "0.0.6"
19+
expander = "2.0.0"
2020

2121
[dev-dependencies]
2222
assert_matches = "1.5.0"

node/test/performance-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66

77
[dependencies]
88
thiserror = "1.0.31"
9-
quote = "1.0.20"
9+
quote = "1.0.26"
1010
env_logger = "0.9"
1111
log = "0.4"
1212

xcm/procedural/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version.workspace = true
88
proc-macro = true
99

1010
[dependencies]
11-
proc-macro2 = "1.0.43"
12-
quote = "1.0.20"
13-
syn = "1.0.95"
11+
proc-macro2 = "1.0.56"
12+
quote = "1.0.26"
13+
syn = "2.0.14"
1414
Inflector = "0.11.4"

0 commit comments

Comments
 (0)