diff options
author | Wez Furlong <wez@wezfurlong.org> | 2020-06-29 08:35:07 -0700 |
---|---|---|
committer | Wez Furlong <wez@wezfurlong.org> | 2020-06-29 08:38:37 -0700 |
commit | e8d4dc165fbcd3fceeec96db9d1e9be9b67bef7b (patch) | |
tree | 51d7cdd9c0b2afd65bc5588975d153bd8a846e2b | |
parent | 7566feac33f11024825b2564aad4da9673c81587 (diff) | |
download | ssh2-rs-e8d4dc165fbcd3fceeec96db9d1e9be9b67bef7b.zip |
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
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | libssh2-sys/libssh2 | 0 |
2 files changed, 1 insertions, 1 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 -Subproject 2d1e022068ca4ba1c72837e627c32a3c5f0cfa7 +Subproject 6da9d789c79a3bdfee9b9c2fd1cb6982ef805bc |