Skip to content

Commit

Permalink
Update tzdb to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Dec 30, 2023
1 parent f08828b commit ac229d4
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 ac229d4

Please sign in to comment.