Update all crates to 2024 edition

This commit is contained in:
Eric Huss 2025-07-05 19:39:17 -07:00
parent 9d710a98a1
commit fb0c7c99cf

View File

@ -12,7 +12,7 @@ exclude = [
[workspace.package]
rust-version = "1.86" # MSRV:3
edition = "2021"
edition = "2024"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"