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

jiayuliu pushed a commit to branch bump-version-17
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit 2538857c996ab661b127f620f6d85787774c44cd
Author: Jiayu Liu <[email protected]>
AuthorDate: Wed Aug 24 11:20:59 2022 +0800

    use rust 1.63
---
 arrow-flight/Cargo.toml                      | 2 +-
 arrow-pyarrow-integration-testing/Cargo.toml | 2 +-
 arrow/Cargo.toml                             | 2 +-
 integration-testing/Cargo.toml               | 2 +-
 parquet/Cargo.toml                           | 2 +-
 parquet_derive/Cargo.toml                    | 2 +-
 parquet_derive_test/Cargo.toml               | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 226b52b66..39803948b 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -20,7 +20,7 @@ name = "arrow-flight"
 description = "Apache Arrow Flight"
 version = "21.0.0"
 edition = "2021"
-rust-version = "1.62"
+rust-version = "1.63"
 authors = ["Apache Arrow <[email protected]>"]
 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 eccfb0f3d..c0bf00873 100644
--- a/arrow-pyarrow-integration-testing/Cargo.toml
+++ b/arrow-pyarrow-integration-testing/Cargo.toml
@@ -25,7 +25,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = [ "arrow" ]
 edition = "2021"
-rust-version = "1.62"
+rust-version = "1.63"
 
 [lib]
 name = "arrow_pyarrow_integration_testing"
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index c977272b2..a35ba3b89 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -30,7 +30,7 @@ include = [
     "Cargo.toml",
 ]
 edition = "2021"
-rust-version = "1.62"
+rust-version = "1.63"
 
 [lib]
 name = "arrow"
diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml
index 786f77bd2..6155f7d0d 100644
--- a/integration-testing/Cargo.toml
+++ b/integration-testing/Cargo.toml
@@ -25,7 +25,7 @@ authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 edition = "2021"
 publish = false
-rust-version = "1.62"
+rust-version = "1.63"
 
 [features]
 logging = ["tracing-subscriber"]
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index d9b849555..ddbe30983 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.62"
+rust-version = "1.63"
 
 [dependencies]
 ahash = "0.8"
diff --git a/parquet_derive/Cargo.toml b/parquet_derive/Cargo.toml
index bdb3880b4..9ed8786e9 100644
--- a/parquet_derive/Cargo.toml
+++ b/parquet_derive/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 keywords = [ "parquet" ]
 readme = "README.md"
 edition = "2021"
-rust-version = "1.62"
+rust-version = "1.63"
 
 [lib]
 proc-macro = true
diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml
index c449ee587..515d8890c 100644
--- a/parquet_derive_test/Cargo.toml
+++ b/parquet_derive_test/Cargo.toml
@@ -26,7 +26,7 @@ authors = ["Apache Arrow <[email protected]>"]
 keywords = [ "parquet" ]
 edition = "2021"
 publish = false
-rust-version = "1.62"
+rust-version = "1.63"
 
 [dependencies]
 parquet = { path = "../parquet", version = "21.0.0", default-features = false }

Reply via email to