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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8450544c12 Update rust-version in Cargo.toml (#7107)
8450544c12 is described below

commit 8450544c123a83b38da45b79813750f0d29c278f
Author: Kousuke Saruta <[email protected]>
AuthorDate: Thu Jul 27 20:06:25 2023 +0900

    Update rust-version in Cargo.toml (#7107)
---
 Cargo.toml                      | 2 +-
 benchmarks/Cargo.toml           | 2 +-
 datafusion-cli/Cargo.toml       | 2 +-
 datafusion/proto/gen/Cargo.toml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 485bb59602..f32478970d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ homepage = "https://github.com/apache/arrow-datafusion";
 license = "Apache-2.0"
 readme = "README.md"
 repository = "https://github.com/apache/arrow-datafusion";
-rust-version = "1.64"
+rust-version = "1.70"
 version = "28.0.0"
 
 [workspace.dependencies]
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index b577e1d096..32e2f5c51a 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -24,7 +24,7 @@ authors = ["Apache Arrow <[email protected]>"]
 homepage = "https://github.com/apache/arrow-datafusion";
 repository = "https://github.com/apache/arrow-datafusion";
 license = "Apache-2.0"
-rust-version = "1.62"
+rust-version = "1.70"
 
 [features]
 ci = []
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index ef45c20b4d..4906916e67 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -25,7 +25,7 @@ keywords = ["arrow", "datafusion", "query", "sql"]
 license = "Apache-2.0"
 homepage = "https://github.com/apache/arrow-datafusion";
 repository = "https://github.com/apache/arrow-datafusion";
-rust-version = "1.62"
+rust-version = "1.70"
 readme = "README.md"
 
 [dependencies]
diff --git a/datafusion/proto/gen/Cargo.toml b/datafusion/proto/gen/Cargo.toml
index 01e7bb9871..95525c0321 100644
--- a/datafusion/proto/gen/Cargo.toml
+++ b/datafusion/proto/gen/Cargo.toml
@@ -20,7 +20,7 @@ name = "gen"
 description = "Code generation for proto"
 version = "0.1.0"
 edition = "2021"
-rust-version = "1.62"
+rust-version = "1.64"
 authors = ["Apache Arrow <[email protected]>"]
 homepage = "https://github.com/apache/arrow-datafusion";
 repository = "https://github.com/apache/arrow-datafusion";

Reply via email to