Skip to content

Commit

Permalink
Fix features for cranelift-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 8, 2024
1 parent 5da7cc0 commit 16b7a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition.workspace = true
workspace = true

[dependencies]
wasmparser = { workspace = true }
wasmparser = { workspace = true, features = ['validate'] }
cranelift-codegen = { workspace = true }
cranelift-entity = { workspace = true }
cranelift-frontend = { workspace = true }
Expand Down

0 comments on commit 16b7a3a

Please sign in to comment.