You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/08/24 21:21:42 UTC

[arrow-datafusion] branch master updated: chore: update cranelifts to 0.87.0 (#3243)

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

agrove 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 6c32098a7 chore: update cranelifts to 0.87.0 (#3243)
6c32098a7 is described below

commit 6c32098a7cb8685b9a9c644dfdaeb5f102076b42
Author: Yijie Shen <he...@gmail.com>
AuthorDate: Thu Aug 25 05:21:36 2022 +0800

    chore: update cranelifts to 0.87.0 (#3243)
---
 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 2fc8bb458..f127dfae5 100644
--- a/datafusion/common/Cargo.toml
+++ b/datafusion/common/Cargo.toml
@@ -41,7 +41,7 @@ pyarrow = ["pyo3"]
 apache-avro = { version = "0.14", features = ["snappy"], optional = true }
 arrow = { version = "20.0.0", features = ["prettyprint"] }
 avro-rs = { version = "0.13", features = ["snappy"], optional = true }
-cranelift-module = { version = "0.86.1", optional = true }
+cranelift-module = { version = "0.87.0", optional = true }
 object_store = { version = "0.4", optional = true }
 ordered-float = "3.0"
 parquet = { version = "20.0.0", features = ["arrow"], optional = true }
diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml
index a9216e928..d7dcfc89d 100644
--- a/datafusion/jit/Cargo.toml
+++ b/datafusion/jit/Cargo.toml
@@ -37,10 +37,10 @@ jit = []
 
 [dependencies]
 arrow = { version = "20.0.0" }
-cranelift = "0.86.1"
-cranelift-jit = "0.86.1"
-cranelift-module = "0.86.1"
-cranelift-native = "0.86.1"
+cranelift = "0.87.0"
+cranelift-jit = "0.87.0"
+cranelift-module = "0.87.0"
+cranelift-native = "0.87.0"
 datafusion-common = { path = "../common", version = "11.0.0", features = ["jit"] }
 datafusion-expr = { path = "../expr", version = "11.0.0" }