Skip to content

Commit

Permalink
Fix feature combinations in testing (bytecodealliance#9016)
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 authored Jul 26, 2024
1 parent ef1ffa2 commit 3e97612
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 3e97612

Please sign in to comment.