Update Rust Edition to 2024 (#7766)

* #7749

Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
chonghe
2025-08-13 11:04:31 +08:00
committed by GitHub
parent bd6b8b6a65
commit 522bd9e9c6
468 changed files with 3594 additions and 3396 deletions

View File

@@ -94,7 +94,7 @@ members = [
resolver = "2"
[workspace.package]
edition = "2021"
edition = "2024"
[workspace.dependencies]
account_utils = { path = "common/account_utils" }
@@ -208,7 +208,7 @@ quickcheck = "1"
quickcheck_macros = "1"
quote = "1"
r2d2 = "0.8"
rand = "0.8"
rand = "0.9.0"
rayon = "1.7"
regex = "1"
reqwest = { version = "0.11", default-features = false, features = [