Skip to content

Commit

Permalink
Update cranelift-native requirement from 0.84.0 to 0.93.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cranelift-native](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-native
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2023
1 parent 585bc3a commit f98756f
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 @@ -40,7 +40,7 @@ arrow = { version = "15.0.0" }
cranelift = "0.84.0"
cranelift-jit = "0.84.0"
cranelift-module = "0.84.0"
cranelift-native = "0.84.0"
cranelift-native = "0.93.0"
datafusion-common = { path = "../common", version = "8.0.0", features = ["jit"] }
datafusion-expr = { path = "../expr", version = "8.0.0" }

Expand Down

0 comments on commit f98756f

Please sign in to comment.