Update git2 to 0.12

This commit is contained in:
Yuki Okushi 2020-02-27 13:40:48 +09:00
parent 384593cd16
commit 43e760ce1d

View file

@ -37,7 +37,7 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
regex = "1" regex = "1"
semver = "0.9" semver = "0.9"
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"} 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 } tempfile = { version = "3.1.0", optional = true }
lazy_static = "1.0" lazy_static = "1.0"