Skip to content

Commit 389b236

Browse files
Update cranelift-native requirement from 0.89.0 to 0.92.0
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] <support@github.com>
1 parent 61cf695 commit 389b236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/jit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ arrow = { version = "27.0.0", default-features = false }
4040
cranelift = "0.89.0"
4141
cranelift-jit = "0.89.0"
4242
cranelift-module = "0.89.0"
43-
cranelift-native = "0.89.0"
43+
cranelift-native = "0.92.0"
4444
datafusion-common = { path = "../common", version = "14.0.0", features = ["jit"] }
4545
datafusion-expr = { path = "../expr", version = "14.0.0" }
4646

0 commit comments

Comments
 (0)