1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00
This commit is contained in:
Wez Furlong 2021-10-20 21:46:37 -07:00
parent b32e077231
commit 6f0757b73c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2413,7 +2413,7 @@ dependencies = [
[[package]]
name = "libssh-rs"
version = "0.1.0"
source = "git+https://github.com/wez/libssh-rs.git?rev=6f921d1d9291057c7a232393d6069a931b7f1133#6f921d1d9291057c7a232393d6069a931b7f1133"
source = "git+https://github.com/wez/libssh-rs.git?rev=ca6472c16ca3ff5b271d64543d0461b39bae4c66#ca6472c16ca3ff5b271d64543d0461b39bae4c66"
dependencies = [
"bitflags",
"libssh-rs-sys",
@ -2423,7 +2423,7 @@ dependencies = [
[[package]]
name = "libssh-rs-sys"
version = "0.1.0"
source = "git+https://github.com/wez/libssh-rs.git?rev=6f921d1d9291057c7a232393d6069a931b7f1133#6f921d1d9291057c7a232393d6069a931b7f1133"
source = "git+https://github.com/wez/libssh-rs.git?rev=ca6472c16ca3ff5b271d64543d0461b39bae4c66#ca6472c16ca3ff5b271d64543d0461b39bae4c66"
dependencies = [
"cc",
"libz-sys",

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="6f921d1d9291057c7a232393d6069a931b7f1133", features=["vendored"]}
libssh-rs = {git="https://github.com/wez/libssh-rs.git", rev="ca6472c16ca3ff5b271d64543d0461b39bae4c66", features=["vendored"]}
#libssh-rs = {path="../../libssh-rs/libssh-rs", features=["vendored", "vendored-openssl"]}
thiserror = "1.0"