diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-06-25 13:08:24 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-06-25 13:08:24 +0200 |
| commit | ba1f2638d2979bcd86313f9429c48da22478adc8 (patch) | |
| tree | cc31b34854f8432ba4a8a2023c8d38e0d4def1c8 /crates/parser/Cargo.toml | |
| parent | fc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 (diff) | |
chore: update deps & testsuite, add msrv
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/Cargo.toml')
| -rw-r--r-- | crates/parser/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 1f1d194..5b28112 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -6,9 +6,10 @@ edition.workspace=true license.workspace=true authors.workspace=true repository.workspace=true +rust-version.workspace=true [dependencies] -wasmparser={version="0.210", default-features=false, features=["validate"]} +wasmparser={version="0.211", default-features=false, features=["validate"]} log={version="0.4", optional=true} tinywasm-types={version="0.7.0", path="../types", default-features=false} |
