summaryrefslogtreecommitdiff
path: root/crates/parser
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-04 14:12:09 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-04 14:12:09 +0100
commit767ea3207a7919d69e95791d2bdc71f9fa22cfe3 (patch)
tree75aff6eee7e2eb4c88e28c83513095bc4c684815 /crates/parser
parentd41e71917e49b3c9981877ff1f0f323d39f14f91 (diff)
chore: remove unneeded dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser')
-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 b187886..e45d452 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -7,7 +7,7 @@ edition="2021"
# fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495
# TODO: create dependency free parser
wasmparser={version="0.100", package="wasmparser-nostd", default-features=false}
-log="0.4.20"
+log="0.4"
tinywasm-types={path="../types"}
[features]