Skip to content

Commit

Permalink
Auto merge of #5232 - JohnTitor:git2-0.12, r=phansch
Browse files Browse the repository at this point in the history
Update git2 to 0.12

changelog: none
  • Loading branch information
bors committed Feb 27, 2020
2 parents 384593c + 43e760c commit 610bcea
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 @@ -37,7 +37,7 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
regex = "1"
semver = "0.9"
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
git2 = { version = "0.11", optional = true }
git2 = { version = "0.12", optional = true }
tempfile = { version = "3.1.0", optional = true }
lazy_static = "1.0"

Expand Down

0 comments on commit 610bcea

Please sign in to comment.