rust: move to Rust 2024

I'd like to use let chains.

Probably this isn't necessary to do for every crate, but I don't feel
like maintaining a mismash.
This commit is contained in:
Andrew Gallant
2025-09-07 15:07:45 -04:00
parent 3f565b58cc
commit a60e62d9ac
14 changed files with 16 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ exclude = [
]
build = "build.rs"
autotests = false
edition = "2021"
edition = "2024"
rust-version = "1.88"
[[bin]]