diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-02-27 13:40:48 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-02-27 16:13:05 +0900 |
| commit | 43e760ce1dfcf92328d81fcf761f23bcdc18c0cd (patch) | |
| tree | 5fcb68761e0b9da31d9ad6f55cb3056bd3aa0506 | |
| parent | 384593cd16c90a3af47d6c2771d24a17df35445a (diff) | |
Update git2 to 0.12
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index c1a410cf5c8..cfcdaf22291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" |
