Skip to content

Commit

Permalink
Fix feature combinations in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Jul 26, 2024
1 parent ef1ffa2 commit 07567be
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 @@ -35,4 +35,4 @@ target-lexicon = { workspace = true }
default = ["std"]
std = ["cranelift-codegen/std", "cranelift-frontend/std"]
core = ["hashbrown", "cranelift-codegen/core", "cranelift-frontend/core"]
enable-serde = ["serde", "serde_derive"]
enable-serde = ["serde", "serde_derive", "cranelift-codegen/enable-serde"]

0 comments on commit 07567be

Please sign in to comment.