Skip to content

Commit

Permalink
Merge pull request #161 from jewlexx/master
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Jun 21, 2024
2 parents ba9f8b0 + 518dbe0 commit dfe1de4
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 @@ -26,7 +26,7 @@ time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"
#! Optional Dependencies:

## Use `libgit2` as a backend for git operations
git2 = { version = "0.18.2", default-features = false, optional = true }
git2 = { version = "0.19.0", default-features = false, optional = true }

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

0 comments on commit dfe1de4

Please sign in to comment.