From 7c33fcd2563b0d368f232ff5384763dd96517a46 Mon Sep 17 00:00:00 2001 From: Jordan Tryon Date: Wed, 2 Jul 2025 23:25:32 -0400 Subject: [PATCH] fixed edition year --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5446d09..5585f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wshirt" version = "0.1.0" -edition = "2024" +edition = "2025" [dependencies] chrono = "0.4.41"