Compare commits

1 Commits

Author SHA1 Message Date
dependabot[bot] 88aba1a037 Update binaryen requirement from 0.12 to 0.13
Updates the requirements on [binaryen](https://github.com/pepyakin/binaryen-rs) to permit the latest version.
- [Commits](https://github.com/pepyakin/binaryen-rs/compare/0.12.0...0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 21:22:16 +00:00
+3 -3
View File
@@ -29,14 +29,14 @@ codegen-units = 1
parity-wasm = { version = "0.45", default-features = false }
[dev-dependencies]
binaryen = "0.12"
binaryen = "0.13"
criterion = "0.5"
diff = "0.1"
pretty_assertions = "1"
rand = "0.8"
wat = "1"
wasmparser = "0.206"
wasmprinter = "0.215"
wasmparser = "0.200"
wasmprinter = "0.200"
wasmi = "0.31"
[features]