1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

ssh: fixup vendored-openssl selection for libssh-rs

This commit is contained in:
Wez Furlong 2021-10-19 20:18:14 -07:00
parent 561eaa69be
commit d43f1e9e26

View File

@ -11,7 +11,7 @@ documentation = "https://docs.rs/wezterm-ssh"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
vendored-openssl = ["ssh2/vendored-openssl"]
vendored-openssl = ["ssh2/vendored-openssl", "libssh-rs/vendored-openssl"]
[dependencies]
anyhow = "1.0"
@ -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="a260815969fa3588996ac9eb25fe09f55ac52219", features=["vendored", "vendored-openssl"]}
libssh-rs = {git="https://github.com/wez/libssh-rs.git", rev="a260815969fa3588996ac9eb25fe09f55ac52219", features=["vendored"]}
#libssh-rs = {path="../../libssh-rs/libssh-rs", features=["vendored", "vendored-openssl"]}
thiserror = "1.0"