diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-02-25 19:39:51 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2025-02-25 19:39:51 +0100 |
| commit | 60bea1e5e52d6672509dc394ab0df1e8b8423b00 (patch) | |
| tree | da1f9ae691e6f76dee3456d83da1461230baee25 /crates/parser/Cargo.toml | |
| parent | d6493c277eb1104aaf72a8e0e6959ce3d1cc4932 (diff) | |
chore: update to rust 2024
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 fec21b3..7bd9cad 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace=true rust-version.workspace=true [dependencies] -wasmparser={version="0.225", default-features=false, features=["validate", "features", "simd"]} +wasmparser={workspace=true, features=["validate", "features", "simd"]} log={workspace=true, optional=true} tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false} |
