diff --git a/crates/fuzz/Cargo.toml b/crates/fuzz/Cargo.toml index 0c47e18fe5..81e86ced34 100644 --- a/crates/fuzz/Cargo.toml +++ b/crates/fuzz/Cargo.toml @@ -25,7 +25,7 @@ wasmprinter = "0.219.1" anyhow = "1.0.91" [features] -default = ["differential"] +default = [] differential = [ "dep:wasmi-stack", "dep:wasmtime",