We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afc4bc commit 745e0c3Copy full SHA for 745e0c3
wasm/Cargo.toml
@@ -24,6 +24,6 @@ crate-type = ["cdylib", "rlib"]
24
proc-macro2 = { git = "https://github.com/dtolnay/watt" }
25
26
[dependencies]
27
-syn = { version = "1.0", features = ["full", "fold"] }
+syn = { version = "2.0", features = ["full", "fold"] }
28
quote = "1.0"
29
proc-macro2 = "1.0"
0 commit comments