diff --git a/Cargo.toml b/Cargo.toml index 16e45293..9982ab90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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