Skip to content

Commit

Permalink
Update cranelift-jit requirement from 0.82.0 to 0.93.1
Browse files Browse the repository at this point in the history
Updates the requirements on [cranelift-jit](https://github.com/bytecodealliance/wasmtime) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

---
updated-dependencies:
- dependency-name: cranelift-jit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 9, 2023
1 parent 7548e96 commit ab63e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/jit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jit = []
[dependencies]
arrow = { version = "12" }
cranelift = "0.82.0"
cranelift-jit = "0.82.0"
cranelift-jit = "0.93.1"
cranelift-module = "0.82.0"
cranelift-native = "0.82.0"
datafusion-common = { path = "../common", version = "7.0.0", features = ["jit"] }
Expand Down

0 comments on commit ab63e29

Please sign in to comment.