You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/12/04 15:13:25 UTC

[arrow-rs] branch master updated: Update rust version to 1.57 (#1003)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0570bd6  Update rust version to 1.57 (#1003)
0570bd6 is described below

commit 0570bd69913edbea0894436957d25f755ed441d0
Author: Carlos <wx...@gmail.com>
AuthorDate: Sat Dec 4 23:13:19 2021 +0800

    Update rust version to 1.57 (#1003)
---
 arrow-flight/Cargo.toml                                    | 2 +-
 arrow-pyarrow-integration-testing/Cargo.toml               | 2 +-
 arrow/Cargo.toml                                           | 2 +-
 arrow/test/dependency/default-features/Cargo.toml          | 2 +-
 arrow/test/dependency/no-default-features/Cargo.toml       | 2 +-
 arrow/test/dependency/simd/Cargo.toml                      | 2 +-
 integration-testing/Cargo.toml                             | 2 +-
 parquet/Cargo.toml                                         | 2 +-
 parquet_derive/Cargo.toml                                  | 2 +-
 parquet_derive/test/dependency/default-features/Cargo.toml | 2 +-
 parquet_derive_test/Cargo.toml                             | 2 +-
 rustfmt.toml                                               | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 2562722..cffd4ff 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -20,7 +20,7 @@ name = "arrow-flight"
 description = "Apache Arrow Flight"
 version = "7.0.0-SNAPSHOT"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 homepage = "https://github.com/apache/arrow-rs"
 repository = "https://github.com/apache/arrow-rs"
diff --git a/arrow-pyarrow-integration-testing/Cargo.toml b/arrow-pyarrow-integration-testing/Cargo.toml
index afb38f2..ead36bb 100644
--- a/arrow-pyarrow-integration-testing/Cargo.toml
+++ b/arrow-pyarrow-integration-testing/Cargo.toml
@@ -25,7 +25,7 @@ authors = ["Apache Arrow <de...@arrow.apache.org>"]
 license = "Apache-2.0"
 keywords = [ "arrow" ]
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 [lib]
 name = "arrow_pyarrow_integration_testing"
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 62dacba..50aac92 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -30,7 +30,7 @@ include = [
     "Cargo.toml",
 ]
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 [lib]
 name = "arrow"
diff --git a/arrow/test/dependency/default-features/Cargo.toml b/arrow/test/dependency/default-features/Cargo.toml
index 127fe21..e21777e 100644
--- a/arrow/test/dependency/default-features/Cargo.toml
+++ b/arrow/test/dependency/default-features/Cargo.toml
@@ -20,7 +20,7 @@ name = "defeault-features"
 description = "Models a user application of arrow that uses default features of arrow"
 version = "0.1.0"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/arrow/test/dependency/no-default-features/Cargo.toml b/arrow/test/dependency/no-default-features/Cargo.toml
index 6c12a9c..f422ce0 100644
--- a/arrow/test/dependency/no-default-features/Cargo.toml
+++ b/arrow/test/dependency/no-default-features/Cargo.toml
@@ -20,7 +20,7 @@ name = "no-default-features"
 description = "Models a user application of arrow that specifies no-default-features=true"
 version = "0.1.0"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/arrow/test/dependency/simd/Cargo.toml b/arrow/test/dependency/simd/Cargo.toml
index 8898548..b31e4af 100644
--- a/arrow/test/dependency/simd/Cargo.toml
+++ b/arrow/test/dependency/simd/Cargo.toml
@@ -20,7 +20,7 @@ name = "defeault-features"
 description = "Models a user application of arrow that uses the simd feature of arrow"
 version = "0.1.0"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml
index c59679c..f20599f 100644
--- a/integration-testing/Cargo.toml
+++ b/integration-testing/Cargo.toml
@@ -25,7 +25,7 @@ authors = ["Apache Arrow <de...@arrow.apache.org>"]
 license = "Apache-2.0"
 edition = "2021"
 publish = false
-rust-version = "1.56"
+rust-version = "1.57"
 
 [features]
 logging = ["tracing-subscriber"]
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index aee4534..71557c6 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -27,7 +27,7 @@ keywords = [ "arrow", "parquet", "hadoop" ]
 readme = "README.md"
 build = "build.rs"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 [dependencies]
 parquet-format = "4.0.0"
diff --git a/parquet_derive/Cargo.toml b/parquet_derive/Cargo.toml
index ac8d497..ea134c7 100644
--- a/parquet_derive/Cargo.toml
+++ b/parquet_derive/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <de...@arrow.apache.org>"]
 keywords = [ "parquet" ]
 readme = "README.md"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 [lib]
 proc-macro = true
diff --git a/parquet_derive/test/dependency/default-features/Cargo.toml b/parquet_derive/test/dependency/default-features/Cargo.toml
index 48d86d9..18ba217 100644
--- a/parquet_derive/test/dependency/default-features/Cargo.toml
+++ b/parquet_derive/test/dependency/default-features/Cargo.toml
@@ -20,7 +20,7 @@ name = "defeault-features"
 description = "Models a user application of parquet_derive that uses no additional features of arrow"
 version = "0.1.0"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml
index af3f586..49a1a36 100644
--- a/parquet_derive_test/Cargo.toml
+++ b/parquet_derive_test/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <de...@arrow.apache.org>"]
 keywords = [ "parquet" ]
 edition = "2021"
 publish = false
-rust-version = "1.56"
+rust-version = "1.57"
 
 [dependencies]
 parquet = { path = "../parquet", version = "7.0.0-SNAPSHOT" }
diff --git a/rustfmt.toml b/rustfmt.toml
index 5c27f46..590e7cb 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -16,7 +16,7 @@
 # under the License.
 
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 max_width = 90
 
 # ignore generated files