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

dheres 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 3d2798770 update minimal rust version to 1.62, matching arrow-rs 
(#3035)
3d2798770 is described below

commit 3d27987703b7602b606a77caa08696c7b3da5daf
Author: kmitchener <[email protected]>
AuthorDate: Thu Aug 4 11:51:38 2022 -0400

    update minimal rust version to 1.62, matching arrow-rs (#3035)
---
 datafusion/common/Cargo.toml        | 2 +-
 datafusion/core/Cargo.toml          | 2 +-
 datafusion/expr/Cargo.toml          | 2 +-
 datafusion/jit/Cargo.toml           | 2 +-
 datafusion/optimizer/Cargo.toml     | 2 +-
 datafusion/physical-expr/Cargo.toml | 2 +-
 datafusion/proto/Cargo.toml         | 2 +-
 datafusion/row/Cargo.toml           | 2 +-
 datafusion/sql/Cargo.toml           | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml
index 12a984b1a..d6e69c033 100644
--- a/datafusion/common/Cargo.toml
+++ b/datafusion/common/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = ["arrow", "query", "sql"]
 edition = "2021"
-rust-version = "1.59"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion_common"
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index 455644fe6..b7b63091e 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -31,7 +31,7 @@ include = [
     "Cargo.toml",
 ]
 edition = "2021"
-rust-version = "1.59"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion"
diff --git a/datafusion/expr/Cargo.toml b/datafusion/expr/Cargo.toml
index adfbdf10d..e99a24c32 100644
--- a/datafusion/expr/Cargo.toml
+++ b/datafusion/expr/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = [ "datafusion", "logical", "plan", "expressions" ]
 edition = "2021"
-rust-version = "1.59"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion_expr"
diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml
index e30895a4d..e5b9e9297 100644
--- a/datafusion/jit/Cargo.toml
+++ b/datafusion/jit/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = [ "arrow", "query", "sql" ]
 edition = "2021"
-rust-version = "1.59"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion_jit"
diff --git a/datafusion/optimizer/Cargo.toml b/datafusion/optimizer/Cargo.toml
index 58c6b2d0d..30d943c86 100644
--- a/datafusion/optimizer/Cargo.toml
+++ b/datafusion/optimizer/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = [ "datafusion", "query", "optimizer" ]
 edition = "2021"
-rust-version = "1.59"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion_optimizer"
diff --git a/datafusion/physical-expr/Cargo.toml 
b/datafusion/physical-expr/Cargo.toml
index e32422f98..6199949f0 100644
--- a/datafusion/physical-expr/Cargo.toml
+++ b/datafusion/physical-expr/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = [ "arrow", "query", "sql" ]
 edition = "2021"
-rust-version = "1.59"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion_physical_expr"
diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml
index f63aae728..c2966dcde 100644
--- a/datafusion/proto/Cargo.toml
+++ b/datafusion/proto/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = ["arrow", "query", "sql"]
 edition = "2021"
-rust-version = "1.58"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion_proto"
diff --git a/datafusion/row/Cargo.toml b/datafusion/row/Cargo.toml
index 930969948..2227103f4 100644
--- a/datafusion/row/Cargo.toml
+++ b/datafusion/row/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = [ "arrow", "query", "sql" ]
 edition = "2021"
-rust-version = "1.59"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion_row"
diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml
index 145559756..760a58587 100644
--- a/datafusion/sql/Cargo.toml
+++ b/datafusion/sql/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = [ "datafusion", "sql", "parser", "planner" ]
 edition = "2021"
-rust-version = "1.59"
+rust-version = "1.62"
 
 [lib]
 name = "datafusion_sql"

Reply via email to