Skip to content

Commit

Permalink
Fix wasmtime-environ build with less features
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 8, 2024
1 parent e096ec3 commit 312eee0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/environ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ name = "factc"
required-features = ['component-model', 'compile']

[features]
component-model = ["dep:wasmtime-component-util", "dep:semver"]
component-model = [
"dep:wasmtime-component-util",
"dep:semver",
"wasmparser/component-model",
]
demangle = ['std', 'dep:rustc-demangle', 'dep:cpp_demangle']
gc = []
compile = [
Expand Down

0 comments on commit 312eee0

Please sign in to comment.