mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-11-30 18:44:20 +01:00
refactor: try bumping to rust 2024 edition
This commit is contained in:
parent
3d22177de6
commit
7b33f45e28
@ -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…
x
Reference in New Issue
Block a user