From f1ec5503c0433985b6688ff88d6e75678a96a747 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Tue, 7 Dec 2021 16:16:55 -0500 Subject: [PATCH] Publish 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 984cc4c..a58dd20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono-tz" -version = "0.6.0" +version = "0.6.1" authors = ["Djzin"] build = "build.rs" description = "TimeZone implementations for rust-chrono from the IANA database"