1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00

ssh: point to rev with older openssl build tweaks

This commit is contained in:
Wez Furlong 2021-10-20 07:16:19 -07:00
parent 58ad4a2c4b
commit 7f138409a3

View File

@ -27,7 +27,7 @@ portable-pty = { version="0.5", path = "../pty" }
regex = "1"
smol = "1.2"
ssh2 = {version="0.9.3", features=["openssl-on-win32"]}
libssh-rs = {git="https://github.com/wez/libssh-rs.git", rev="6398e02aef4506e8b88215e713cb76c5089ab136", features=["vendored"]}
libssh-rs = {git="https://github.com/wez/libssh-rs.git", rev="1f41e980510bd30900f8c8cc5708f074b1d75c88", features=["vendored"]}
#libssh-rs = {path="../../libssh-rs/libssh-rs", features=["vendored", "vendored-openssl"]}
thiserror = "1.0"