diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-04 14:12:09 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-04 14:12:09 +0100 |
| commit | 767ea3207a7919d69e95791d2bdc71f9fa22cfe3 (patch) | |
| tree | 75aff6eee7e2eb4c88e28c83513095bc4c684815 /crates/parser/Cargo.toml | |
| parent | d41e71917e49b3c9981877ff1f0f323d39f14f91 (diff) | |
chore: remove unneeded dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/Cargo.toml')
| -rw-r--r-- | crates/parser/Cargo.toml | 2 |
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] |
