From be15075a01771c338e6f2f08590bdfc3e0e1e13f Mon Sep 17 00:00:00 2001 From: baoyachi Date: Sun, 24 Jul 2022 21:38:55 +0800 Subject: [PATCH] fix issue * https://github.com/Kijewski/tzdb/commit/dd2343b6c10b8a799933058f9a31120d10376ae6 * https://github.com/baoyachi/shadow-rs/pull/107 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d02300..24580a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadow-rs" -version = "0.16.0" +version = "0.16.1" authors = ["baoyachi "] edition = "2021" description = "A build-time information stored in your rust project" @@ -22,7 +22,7 @@ all-features = true is_debug = "1.0.1" const_format = "0.2.22" time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"] } -tzdb = { version = "0.3.0", default-features = false, features = ["local"] } +tzdb = { version = "0.3.1", default-features = false, features = ["local"] } #! Optional Dependencies: