From 265040ee4ee53a6249e316372719a2c342ee437a Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Sun, 23 Feb 2025 10:07:02 -0500 Subject: [PATCH] Update to 2024 edition `cargo fix` recommended swapping my `if let`s for `match`s, which is appreciated but overzealous. Code still runs fine. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79041ee..7aad4cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pyority_queue" version = "0.1.0" -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]