Skip to content

Commit

Permalink
Fix syn feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kajacx committed Mar 10, 2024
1 parent b6e8223 commit 108e2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasm-bridge-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = { workspace = true }
heck = { workspace = true }
proc-macro2 = { version = "1.0" }
quote = { version = "1.0" }
syn = { version = "2.0.25", features = ["extra-traits"] }
syn = { version = "2.0.25", features = ["extra-traits", "full"] }
wasmtime-component-util = { workspace = true }
wasmtime-wit-bindgen = { workspace = true }
wit-parser = { version = "0.13.0" }
Expand Down

0 comments on commit 108e2f1

Please sign in to comment.