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/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/parser/README.md') diff --git a/crates/parser/README.md b/crates/parser/README.md index 563cd6b..104cd50 100644 --- a/crates/parser/README.md +++ b/crates/parser/README.md @@ -6,7 +6,7 @@ It uses [my fork](https://crates.io/crates/tinywasm-wasmparser) of the [`wasmpar ## Features - `std`: Enables the use of `std` and `std::io` for parsing from files and streams. -- `logging`: Enables logging of the parsing process using the `log` crate. +- `log`: Enables logging of the parsing process using the `log` crate. ## Usage -- cgit v1.3.1