Skip to content

Commit 16075fe

Browse files
committed
chore(rust): bump MSRV to 1.85 and edition to 2024
Signed-off-by: if0ne <pavel.agafonov.al@gmail.com>
1 parent aa72764 commit 16075fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ resolver = "2"
2323
[workspace.package]
2424
version = "0.23.0"
2525
description = "Rust implementation of Arrow Database Connectivity (ADBC)"
26-
edition = "2021"
27-
rust-version = "1.81"
26+
edition = "2024"
27+
rust-version = "1.85"
2828
authors = ["Apache Arrow <dev@arrow.apache.org>"]
2929
license = "Apache-2.0"
3030
documentation = "https://docs.rs/adbc_core/"

0 commit comments

Comments
 (0)