Skip to content

Commit b964cf1

Browse files
authored
Update syn dependency version (#3080)
The latest release uses the [`syn::parse_quoted_spanned!`](595b04b#diff-c3d389037d8eda9768f1fef9029fef9b723ac402a47bb782eb03e6ccddba800fR110) macro that was added in [`1.0.84`](https://github.com/dtolnay/syn/releases/tag/1.0.84)
1 parent eba691f commit b964cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/macro-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extra-traits = ["syn/extra-traits"]
1717
strict-macro = []
1818

1919
[dependencies]
20-
syn = { version = '1.0.67', features = ['visit', 'full'] }
20+
syn = { version = '1.0.84', features = ['visit', 'full'] }
2121
quote = '1.0'
2222
proc-macro2 = "1.0"
2323
wasm-bindgen-backend = { path = "../backend", version = "=0.2.83" }

0 commit comments

Comments
 (0)