summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-06-19 15:59:03 +0200
committerHenry Gressmann <mail@henrygressmann.de>2025-06-19 15:59:03 +0200
commitc09a3bd01a45bb1a444ff158a0997a6eea49eb78 (patch)
treef760ebd49fae1e16c4440a2b986990c9b13dac0c /crates
parent7868519acdf5e8a5fe8d042bbac75e95e9d2f742 (diff)
chore: fix ci
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates')
-rw-r--r--crates/tinywasm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml
index 52eb8e3..2315b9b 100644
--- a/crates/tinywasm/Cargo.toml
+++ b/crates/tinywasm/Cargo.toml
@@ -34,7 +34,7 @@ serde_json.workspace=true
serde.workspace=true
[features]
-default=["std", "parser", "logging", "archive", "canonicalize_nans", "unstable-simd"]
+default=["std", "parser", "logging", "archive", "canonicalize_nans"]
logging=["log", "tinywasm-parser?/logging", "tinywasm-types/logging"]
std=["tinywasm-parser?/std", "tinywasm-types/std"]