Skip to content

Commit

Permalink
Update dependency: git2: 0.6 -> 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer committed Apr 11, 2018
1 parent b5d6c1b commit 6a56bf9
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 @@ -18,7 +18,7 @@ members = [
[dependencies]
chrono = "0.4"
error-chain = "0.11"
git2 = "0.6"
git2 = "0.7"
is-match = "0.1"
lazy_static = "1.0"
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 @@ -12,7 +12,7 @@ readme = "./README.md"
license = "MPL-2.0"

[dependencies]
git2 = "0.6"
git2 = "0.7"
error-chain = "0.11"
regex = "0.2"
lazy_static = "1.0"

0 comments on commit 6a56bf9

Please sign in to comment.