summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-02-24 22:16:10 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-02-24 22:16:10 +0100
commita0368bc39ac620b867a105ca0c9bc12824abcd9d (patch)
tree1ee1094a3485692fd3f005534c69f0140f1174ca /crates/parser/Cargo.toml
parentbf30b77a5ce9dd4921c2488b86d146d3d5d7ce38 (diff)
feat: switch to own fork of wasmparser
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/Cargo.toml')
-rw-r--r--crates/parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 0fee8e1..73eec99 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -9,7 +9,7 @@ repository.workspace=true
[dependencies]
# fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495
-wasmparser={version="0.100", package="wasmparser-nostd", default-features=false}
+wasmparser={version="0.200.2", package="tinywasm-wasmparser", default-features=false}
log={version="0.4", optional=true}
tinywasm-types={version="0.4.0", path="../types", default-features=false}