From dd268073e6297cdb48a617fa2832eed7a13d0771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Thu, 30 Jun 2022 00:04:25 +0200 Subject: [PATCH] Update version --- Cargo.lock | 2 +- tzdb/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1e233d..743faad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "tzdb" -version = "0.2.6" +version = "0.2.7" dependencies = [ "byte-slice-cast", "iana-time-zone", diff --git a/tzdb/Cargo.toml b/tzdb/Cargo.toml index f25ad03..db15e9a 100644 --- a/tzdb/Cargo.toml +++ b/tzdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tzdb" -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["René Kijewski "] repository = "https://github.com/Kijewski/tzdb"