refactor: try bumping to rust 2024 edition
This commit is contained in:
parent
f7d070f944
commit
525affd99c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue