From 198d2ee4320d4035853acc0a0cfe9a421f3253aa Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 21 Jan 2023 12:14:31 -0800 Subject: [PATCH] Temporarily pin libgit2-sys. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c91b2d95278..9ba542f7209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,9 @@ jobserver = "0.1.24" lazycell = "1.2.0" libc = "0.2" log = "0.4.6" -libgit2-sys = "0.14.1" +# Temporarily pin libgit2-sys due to some issues with SSH not working on +# Windows. +libgit2-sys = "=0.14.1" memchr = "2.1.3" opener = "0.5" os_info = "3.5.0"