Skip to content

Commit 50a62b4

Browse files
committed
Fix testing wit-parser standalone
1 parent f3c9567 commit 50a62b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wit-parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_derive = { workspace = true, optional = true }
2727
serde_json = { workspace = true, optional = true }
2828
unicode-xid = "0.2.2"
2929
wasmparser = { workspace = true, optional = true, features = ['std', 'validate', 'component-model', 'features'] }
30-
wat = { workspace = true, optional = true }
30+
wat = { workspace = true, optional = true, features = ['component-model'] }
3131

3232
[features]
3333
default = ['serde', 'decoding']

0 commit comments

Comments
 (0)