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