Skip to content

Commit

Permalink
chore: update cranelift to 0.83.0 (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjshen authored Apr 21, 2022
1 parent 110f350 commit dc54a08
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 @@ -40,7 +40,7 @@ pyarrow = ["pyo3"]
[dependencies]
arrow = { version = "12", features = ["prettyprint"] }
avro-rs = { version = "0.13", features = ["snappy"], optional = true }
cranelift-module = { version = "0.82.0", optional = true }
cranelift-module = { version = "0.83.0", optional = true }
ordered-float = "2.10"
parquet = { version = "12", features = ["arrow"], optional = true }
pyo3 = { version = "0.16", 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 = "12" }
cranelift = "0.82.0"
cranelift-jit = "0.82.0"
cranelift-module = "0.82.0"
cranelift-native = "0.82.0"
cranelift = "0.83.0"
cranelift-jit = "0.83.0"
cranelift-module = "0.83.0"
cranelift-native = "0.83.0"
datafusion-common = { path = "../common", version = "7.0.0", features = ["jit"] }
datafusion-expr = { path = "../expr", version = "7.0.0" }

Expand Down

0 comments on commit dc54a08

Please sign in to comment.