Skip to content

Commit

Permalink
Update wasmprinter requirement from 0.2 to 0.200
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmprinter](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/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 1b7b54c commit b6be32f
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 @@ -36,7 +36,7 @@ pretty_assertions = "1"
rand = "0.8"
wat = "1"
wasmparser = "0.121"
wasmprinter = "0.2"
wasmprinter = "0.200"
wasmi = "0.31"

[features]
Expand Down

0 comments on commit b6be32f

Please sign in to comment.