Skip to content

Commit

Permalink
chore(deps): update wasmer-compiler-cranelift requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmer-compiler-cranelift](https://github.com/wasmerio/wasmer) to permit the latest version.
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md)
- [Commits](wasmerio/wasmer@2.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: wasmer-compiler-cranelift
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2023
1 parent 9d3f2dd commit ac93dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-cranelift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ crate-type = ["cdylib"]

[dependencies]
wasmer-engines = { path = "../engines/" }
wasmer-compiler-cranelift = "2.1.1"
wasmer-compiler-cranelift = "4.1.2"
pyo3 = { version = "0.14", features = ["extension-module"] }

0 comments on commit ac93dc4

Please sign in to comment.