From ef5685e40c96c1fd9552ad4692a5edd2aa3cb545 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 5 Aug 2019 13:30:50 -0700 Subject: Fix Windows 10 wincng issue Since it's unclear when this fix will be reviewed upstream, let's make a branch that can be pointed to the fix in the meantime. Refs https://github.com/alexcrichton/ssh2-rs/issues/122 --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 98ceb29..bbd6bf6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "libssh2-sys/libssh2"] path = libssh2-sys/libssh2 - url = https://github.com/alexcrichton/libssh2 + url = https://github.com/wez/libssh2 + branch = win10pr -- cgit v1.2.3