Skip to content

Commit

Permalink
remove default features
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Oct 28, 2024
1 parent ff0404f commit 9dd052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wasmprinter = "0.219.1"
anyhow = "1.0.91"

[features]
default = ["differential"]
default = []
differential = [
"dep:wasmi-stack",
"dep:wasmtime",
Expand Down

0 comments on commit 9dd052c

Please sign in to comment.