Skip to content

Commit 1c81321

Browse files
authored
Migrate arrow-pyarrow-testing to Rust 2024 (#8487)
# Which issue does this PR close? - Contribute to #6827 # Rationale for this change Splitting up #8227. # What changes are included in this PR? Migrate `arrow-pyarrow-testing` to Rust 2024 # Are these changes tested? CI # Are there any user-facing changes? Yes
1 parent 3cdafaf commit 1c81321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arrow-pyarrow-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repository = "https://github.com/apache/arrow-rs"
3939
authors = ["Apache Arrow <[email protected]>"]
4040
license = "Apache-2.0"
4141
keywords = ["arrow"]
42-
edition = "2021"
42+
edition = "2024"
4343
rust-version = "1.85"
4444
publish = false
4545

arrow-pyarrow-testing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
//! This crate exists to provide a test environment for the `arrow-pyarrow` crate.
1919
//! It is not intended to be used by itself. See comments in Cargo.toml for more
20-
//! details.
20+
//! details.

0 commit comments

Comments
 (0)