From f7f77cd3026e39a2c29faf539575ef57165c81db Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 27 Nov 2025 22:11:43 +0100 Subject: chore: remove unstable-simd feature, rename logging feature to log Signed-off-by: Henry Gressmann --- crates/parser/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/parser/Cargo.toml') diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 3cbeee1..598a5b7 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -16,6 +16,6 @@ log={workspace=true, optional=true} tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false} [features] -default=["std", "logging"] -logging=["log"] +default=["std", "log"] +log=["dep:log"] std=["tinywasm-types/std", "wasmparser/std"] -- cgit v1.3.1