From 7b33f45e288136daa80dc9695b3f19456ccf7979 Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 21 Feb 2025 05:31:25 -0500 Subject: [PATCH] refactor: try bumping to rust 2024 edition --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5751cc9..fa24dcc7 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