diff --git a/crates/wit-parser/Cargo.toml b/crates/wit-parser/Cargo.toml index 426f52c15f..6d60450c7b 100644 --- a/crates/wit-parser/Cargo.toml +++ b/crates/wit-parser/Cargo.toml @@ -27,7 +27,7 @@ serde_derive = { workspace = true, optional = true } serde_json = { workspace = true, optional = true } unicode-xid = "0.2.2" wasmparser = { workspace = true, optional = true, features = ['std', 'validate', 'component-model', 'features'] } -wat = { workspace = true, optional = true } +wat = { workspace = true, optional = true, features = ['component-model'] } [features] default = ['serde', 'decoding']