Skip to content

Commit 3540c19

Browse files
authored
Migrate parquet_derive_test to Rust 2024 (#8508)
# Which issue does this PR close? - Contribute to #6827 # Rationale for this change Splitting up #8227. # What changes are included in this PR? Migrate `parquet_derive_test` to Rust 2024 # Are these changes tested? CI # Are there any user-facing changes? Yes
1 parent 8eca76d commit 3540c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet_derive_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ homepage = { workspace = true }
2424
repository = { workspace = true }
2525
authors = { workspace = true }
2626
keywords = [ "parquet" ]
27-
edition = { workspace = true }
27+
edition = "2024"
2828
publish = false
2929
rust-version = { workspace = true }
3030

0 commit comments

Comments
 (0)