Skip to content

Commit

Permalink
Update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener committed Mar 9, 2022
1 parent ab41c25 commit a938f7f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion arrow-flight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "arrow-flight"
description = "Apache Arrow Flight"
version = "10.0.0"
edition = "2021"
rust-version = "1.57"
rust-version = "1.58"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
homepage = "https://github.com/apache/arrow-rs"
repository = "https://github.com/apache/arrow-rs"
Expand Down
2 changes: 1 addition & 1 deletion arrow-pyarrow-integration-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authors = ["Apache Arrow <dev@arrow.apache.org>"]
license = "Apache-2.0"
keywords = [ "arrow" ]
edition = "2021"
rust-version = "1.57"
rust-version = "1.58"

[lib]
name = "arrow_pyarrow_integration_testing"
Expand Down
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include = [
"Cargo.toml",
]
edition = "2021"
rust-version = "1.57"
rust-version = "1.58"

[lib]
name = "arrow"
Expand Down
2 changes: 1 addition & 1 deletion arrow/test/dependency/default-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57"
rust-version = "1.58"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion arrow/test/dependency/no-default-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57"
rust-version = "1.58"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion arrow/test/dependency/simd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57"
rust-version = "1.58"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion integration-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authors = ["Apache Arrow <dev@arrow.apache.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.57"
rust-version = "1.58"

[features]
logging = ["tracing-subscriber"]
Expand Down
2 changes: 1 addition & 1 deletion parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords = ["arrow", "parquet", "hadoop"]
readme = "README.md"
build = "build.rs"
edition = "2021"
rust-version = "1.57"
rust-version = "1.58"

[dependencies]
parquet-format = "4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion parquet_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authors = ["Apache Arrow <dev@arrow.apache.org>"]
keywords = [ "parquet" ]
readme = "README.md"
edition = "2021"
rust-version = "1.57"
rust-version = "1.58"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion parquet_derive/test/dependency/default-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57"
rust-version = "1.58"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion parquet_derive_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authors = ["Apache Arrow <dev@arrow.apache.org>"]
keywords = [ "parquet" ]
edition = "2021"
publish = false
rust-version = "1.57"
rust-version = "1.58"

[dependencies]
parquet = { path = "../parquet", version = "10.0.0" }
Expand Down

0 comments on commit a938f7f

Please sign in to comment.