diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-02-27 17:04:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 17:04:23 +0100 |
| commit | ab2ae9b445268d503bde3dbb7a91886c55c19144 (patch) | |
| tree | b2644fc05d37b320035a2997867de61f804f5b6c /crates/parser/Cargo.toml | |
| parent | 43e6d23ae8806c813dd5fa0663c17c1772ebf5a8 (diff) | |
| parent | 417bb70c0f8c8f8781f675481e5336affd209183 (diff) | |
feat: rework instructions (#4)
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 73eec99..3be0bb1 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace=true [dependencies] # fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495 -wasmparser={version="0.200.2", package="tinywasm-wasmparser", default-features=false} +wasmparser={version="0.200.3", package="tinywasm-wasmparser", default-features=false} log={version="0.4", optional=true} tinywasm-types={version="0.4.0", path="../types", default-features=false} |
