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: