From 5bf416489691e63258d0fece11eea224d01dc541 Mon Sep 17 00:00:00 2001 From: Giacomo Bagnoli Date: Sat, 15 Feb 2025 17:14:31 +0100 Subject: [PATCH] Revert to stable edition 2021 - tag v0.4.4 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76b5be3..ee1ff22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,7 +745,7 @@ dependencies = [ [[package]] name = "tzbuddy" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f2d638d..86672e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "tzbuddy" -version = "0.4.3" +version = "0.4.4" authors = ["Giacomo Bagnoli "] -edition = "2024" +edition = "2021" homepage = "https://github.com/gbagnoli/tzbuddy.rs" repository = "https://github.com/gbagnoli/tzbuddy.rs" license-file = "LICENSE"