refactor: try bumping to rust 2024 edition

This commit is contained in:
ClementTsang 2025-02-21 05:31:25 -05:00 committed by Clement Tsang
parent f7d070f944
commit 525affd99c
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ exclude = [
"rust-toolchain.toml",
"rustfmt.toml",
]
edition = "2021"
edition = "2024"
# The oldest version I've tested that should still build - note this is not an official MSRV!
rust-version = "1.81"
rust-version = "1.85"
[lib]
test = true