From 6e850188a77fe9c504433ca4457a6e6675e74427 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 23 Feb 2025 13:21:46 +0100 Subject: [PATCH] Ryst edition upgrade --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b67e464..e6618fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "advent-of-rust-2024" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] itertools = "0.13.0"