summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMatteo Bigoi <bigo@crisidev.org>2020-11-22 19:31:47 +0000
committerGitHub <noreply@github.com>2020-11-22 19:31:47 +0000
commit1fcf8d38d401b230561863d1e40fd41d76e8601c (patch)
treeeedddb037d29179ef9006437c23435997957a209 /.gitmodules
parentc197df7df4045abdc2d4e8077781249dd83dbdd1 (diff)
downloadssh2-rs-1fcf8d38d401b230561863d1e40fd41d76e8601c.zip
Update libssh2 submodule to track back from https://github.com/libssh2/libssh2 (#205)
* Update libssh2 submodule to track back from https://github.com/libssh2/libssh2 * Update sys crate to track latest change from https://github.com/libssh2/libssh2
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 7640858..76593a5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
[submodule "libssh2-sys/libssh2"]
path = libssh2-sys/libssh2
- url = https://github.com/wez/libssh2
- branch = pr484
+ url = https://github.com/libssh2/libssh2
+ branch = master