Skip to content

Commit

Permalink
make tzdb option,upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Aug 17, 2022
1 parent baf1698 commit f345a9e
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.2"
version = "0.16.3"
authors = ["baoyachi <[email protected]>"]
edition = "2021"
description = "A build-time information stored in your rust project"
Expand Down Expand Up @@ -29,7 +29,7 @@ time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"
git2 = { version = "0.15.0", default-features = false, optional = true }

## Better support for querying the local system time
tzdb = { version = "0.4.3", optional = true, default-features = false, features = ["local", "std"] }
tzdb = { version = "0.4.4", optional = true, default-features = false, features = ["local", "std"] }

document-features = { version = "0.2", optional = true }

Expand Down

0 comments on commit f345a9e

Please sign in to comment.