diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-22 00:20:52 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-22 00:20:52 +0200 |
| commit | 919367200e482448d7511dc6eb6660cd61e76ef4 (patch) | |
| tree | 900c0b834c16190be4be4a92a83d49c202aefa7e /crates/parser/Cargo.toml | |
| parent | eb6f7c72789177ce1ce9c9aa0d5e7468507ff18d (diff) | |
chore: update deps
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 206a9ed..6d48a24 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -8,7 +8,7 @@ authors.workspace=true repository.workspace=true [dependencies] -wasmparser={version="0.207", default-features=false, features=["validate"]} +wasmparser={version="0.208", default-features=false, features=["validate"]} log={version="0.4", optional=true} tinywasm-types={version="0.7.0", path="../types", default-features=false} @@ -16,3 +16,4 @@ tinywasm-types={version="0.7.0", path="../types", default-features=false} default=["std", "logging"] logging=["log"] std=["tinywasm-types/std", "wasmparser/std"] +nightly=[] |
