Skip to content

Commit b21348e

Browse files
authored
Merge pull request #190 from matthiasbeyer/update-git2
Update dependency: git2
2 parents 0c6ea38 + 9ec944b commit b21348e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919
atty = "0.2"
2020
chrono = "0.4"
2121
error-chain = "0.12"
22-
git2 = "0.9"
22+
git2 = "0.12"
2323
is-match = "0.1"
2424
lazy_static = "1"
2525
log = "0.4"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MPL-2.0"
1313

1414
[dependencies]
1515
log = "0.4"
16-
git2 = "0.9"
16+
git2 = "0.12"
1717
error-chain = "0.12"
1818
regex = "1"
1919
lazy_static = "1"

0 commit comments

Comments
 (0)