Skip to content

Commit

Permalink
Upgrade git2 dependency to version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
neithernut committed Jun 4, 2019
1 parent 1cc1208 commit daf2373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
atty = "0.2"
chrono = "0.4"
error-chain = "0.12"
git2 = "0.7"
git2 = "0.9"
is-match = "0.1"
lazy_static = "1"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MPL-2.0"

[dependencies]
log = "0.4"
git2 = "0.7"
git2 = "0.9"
error-chain = "0.12"
regex = "1"
lazy_static = "1"

0 comments on commit daf2373

Please sign in to comment.