Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Aug 12, 2022
1 parent 97763c4 commit e4c5607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadow-rs"
version = "0.16.1"
version = "0.16.2"
authors = ["baoyachi <liaoymxsdl@gmail.com>"]
edition = "2021"
description = "A build-time information stored in your rust project"
Expand All @@ -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.4.0", default-features = false, features = ["local", "std"] }
tzdb = { version = "0.4.3", default-features = false, features = ["local", "std"] }

#! Optional Dependencies:

Expand Down

0 comments on commit e4c5607

Please sign in to comment.