Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jul 24, 2022
1 parent 4585292 commit be15075
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.0"
version = "0.16.1"
authors = ["baoyachi <[email protected]>"]
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.3.0", default-features = false, features = ["local"] }
tzdb = { version = "0.3.1", default-features = false, features = ["local"] }

#! Optional Dependencies:

Expand Down

0 comments on commit be15075

Please sign in to comment.