Skip to content

Commit

Permalink
Update wasmi requirement from 0.31 to 0.33
Browse files Browse the repository at this point in the history
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/master/CHANGELOG.md)
- [Commits](wasmi-labs/wasmi@v0.31.0...v0.33.0)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 0b222d7 commit 04410eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rand = "0.8"
wat = "1"
wasmparser = "0.206"
wasmprinter = "0.200"
wasmi = "0.31"
wasmi = "0.33"

[features]
default = ["std"]
Expand Down

0 comments on commit 04410eb

Please sign in to comment.