Skip to content

Commit

Permalink
Update wasmi requirement from 0.31 to 0.35
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/main/CHANGELOG.md)
- [Commits](wasmi-labs/wasmi@v0.31.0...v0.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 0b222d7 commit d881af3
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.35"

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

0 comments on commit d881af3

Please sign in to comment.