mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-22 05:38:00 +00:00
Update wasmi requirement from 0.31 to 0.36
Updates the requirements on [wasmi](https://github.com/wasmi-labs/wasmi) to permit the latest version. - [Release notes](https://github.com/wasmi-labs/wasmi/releases) - [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasmi-labs/wasmi/compare/v0.31.0...v0.36.0) --- updated-dependencies: - dependency-name: wasmi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ rand = "0.8"
|
||||
wat = "1"
|
||||
wasmparser = "0.206"
|
||||
wasmprinter = "0.200"
|
||||
wasmi = "0.31"
|
||||
wasmi = "0.36"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user