From e8d4dc165fbcd3fceeec96db9d1e9be9b67bef7b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 29 Jun 2020 08:35:07 -0700 Subject: libssh2: update submodule This points to a copy of https://github.com/libssh2/libssh2/pull/484 that I stashed in my fork. We'll keep pointing to this until the feature is merged and once it is released we can retire my fork. refs: https://github.com/alexcrichton/ssh2-rs/issues/187 refs: https://github.com/wez/libssh2/pull/2 refs: https://github.com/alexcrichton/ssh2-rs/issues/191 --- .gitmodules | 2 +- libssh2-sys/libssh2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index bbd6bf6..7640858 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "libssh2-sys/libssh2"] path = libssh2-sys/libssh2 url = https://github.com/wez/libssh2 - branch = win10pr + branch = pr484 diff --git a/libssh2-sys/libssh2 b/libssh2-sys/libssh2 index 2d1e022..6da9d78 160000 --- a/libssh2-sys/libssh2 +++ b/libssh2-sys/libssh2 @@ -1 +1 @@ -Subproject commit 2d1e022068ca4ba1c72837e627c32a3c5f0cfa70 +Subproject commit 6da9d789c79a3bdfee9b9c2fd1cb6982ef805bcd -- cgit v1.2.3