Skip to content

Commit bfd312f

Browse files
authored
Add missing feature to dependency (#2245)
This only shows up when installing via crates.io without `--locked`, so unfortunately difficult to write a test for. Closes #2244
1 parent 128ebee commit bfd312f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ cpp_demangle = { version = "0.4.0", optional = true }
201201
rustc-demangle = { version = "0.1.21", optional = true }
202202

203203
# Dependencies of `component`
204-
wast = { workspace = true, optional = true, features = ['wasm-module'] }
204+
wast = { workspace = true, optional = true, features = ['wasm-module', 'component-model'] }
205205
wit-component = { workspace = true, optional = true, features = ['dummy-module', 'wat', 'semver-check'] }
206206
wit-encoder = { workspace = true, optional = true }
207207
wit-parser = { workspace = true, optional = true, features = ['decoding', 'wat', 'serde'] }

0 commit comments

Comments
 (0)