refactor: try bumping to rust 2024 edition
This commit is contained in:
parent
f7d070f944
commit
525affd99c
|
@ -36,9 +36,9 @@ exclude = [
|
||||||
"rust-toolchain.toml",
|
"rust-toolchain.toml",
|
||||||
"rustfmt.toml",
|
"rustfmt.toml",
|
||||||
]
|
]
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
# The oldest version I've tested that should still build - note this is not an official MSRV!
|
# 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]
|
[lib]
|
||||||
test = true
|
test = true
|
||||||
|
|
Loading…
Reference in New Issue