Skip to content

Commit

Permalink
Merge pull request #146 from Kijewski/pr-tzdb-0.6.0
Browse files Browse the repository at this point in the history
Update tzdb to 0.6.0
  • Loading branch information
baoyachi authored Dec 30, 2023
2 parents f08828b + ac229d4 commit f9cd46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"
git2 = { version = "0.18.0", default-features = false, optional = true }

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

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

Expand Down

0 comments on commit f9cd46e

Please sign in to comment.