Skip to content

Commit 7b5df9a

Browse files
Update cranelift requirement from 0.89.0 to 0.92.0
Updates the requirements on [cranelift](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 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61cf695 commit 7b5df9a

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
@@ -37,7 +37,7 @@ jit = []
3737

3838
[dependencies]
3939
arrow = { version = "27.0.0", default-features = false }
40-
cranelift = "0.89.0"
40+
cranelift = "0.92.0"
4141
cranelift-jit = "0.89.0"
4242
cranelift-module = "0.89.0"
4343
cranelift-native = "0.89.0"

0 commit comments

Comments
 (0)