You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by yj...@apache.org on 2022/04/21 10:07:30 UTC

[arrow-datafusion] branch master updated: chore: update cranelift to 0.83.0 (#2304)

This is an automated email from the ASF dual-hosted git repository.

yjshen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new dc54a0879 chore: update cranelift to 0.83.0 (#2304)
dc54a0879 is described below

commit dc54a087921758629790dba59724dff4dceecf86
Author: Yijie Shen <he...@gmail.com>
AuthorDate: Thu Apr 21 18:07:22 2022 +0800

    chore: update cranelift to 0.83.0 (#2304)
---
 datafusion/common/Cargo.toml | 2 +-
 datafusion/jit/Cargo.toml    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml
index 1ba19a056..a24cbcc37 100644
--- a/datafusion/common/Cargo.toml
+++ b/datafusion/common/Cargo.toml
@@ -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 }
diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml
index 1ccfd9418..fe1f278f2 100644
--- a/datafusion/jit/Cargo.toml
+++ b/datafusion/jit/Cargo.toml
@@ -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" }