mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-07-20 02:35:42 +00:00
Update wasmparser requirement from 0.89 to 0.90 (#28)
Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.89.0...wasmparser-0.90.0) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ criterion = "0.3"
|
|||||||
diff = "0.1"
|
diff = "0.1"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
wat = "1"
|
wat = "1"
|
||||||
wasmparser = "0.89"
|
wasmparser = "0.90"
|
||||||
wasmprinter = "0.2"
|
wasmprinter = "0.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
Reference in New Issue
Block a user