Skip to content

Commit

Permalink
chore: update cranelift-related dependencies (apache#3926)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 authored and Dandandan committed Nov 5, 2022
1 parent 3a7c83c commit ebf55ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datafusion/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pyarrow = ["pyo3", "arrow/pyarrow"]
[dependencies]
apache-avro = { version = "0.14", default-features = false, features = ["snappy"], optional = true }
arrow = { version = "25.0.0", default-features = false }
cranelift-module = { version = "0.88.0", optional = true }
cranelift-module = { version = "0.89.0", optional = true }
object_store = { version = "0.5.0", default-features = false, optional = true }
ordered-float = "3.0"
parquet = { version = "25.0.0", default-features = false, optional = true }
Expand Down
8 changes: 4 additions & 4 deletions datafusion/jit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jit = []

[dependencies]
arrow = { version = "25.0.0", default-features = false }
cranelift = "0.88.0"
cranelift-jit = "0.88.0"
cranelift-module = "0.88.0"
cranelift-native = "0.88.0"
cranelift = "0.89.0"
cranelift-jit = "0.89.0"
cranelift-module = "0.89.0"
cranelift-native = "0.89.0"
datafusion-common = { path = "../common", version = "13.0.0", features = ["jit"] }
datafusion-expr = { path = "../expr", version = "13.0.0" }

Expand Down

0 comments on commit ebf55ee

Please sign in to comment.