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

prep for wezterm-ssh release

This commit is contained in:
Wez Furlong 2021-11-23 05:35:51 -07:00
parent 30cb55a7bd
commit 3f63f4a2e2
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -5414,7 +5414,7 @@ dependencies = [
[[package]]
name = "wezterm-ssh"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"assert_fs",

View File

@ -1,6 +1,6 @@
[package]
name = "wezterm-ssh"
version = "0.2.0"
version = "0.3.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
repository = "https://github.com/wez/wezterm"
@ -27,12 +27,12 @@ portable-pty = { version="0.6", path = "../pty" }
regex = "1"
smol = "1.2"
ssh2 = {version="0.9.3", features=["openssl-on-win32"]}
libssh-rs = {version="0.1", features=["vendored"]}
libssh-rs = {version="0.1.1", features=["vendored"]}
#libssh-rs = {path="../../libssh-rs/libssh-rs", features=["vendored", "vendored-openssl"]}
thiserror = "1.0"
# Not used directly, but is used to centralize the openssl vendor feature selection
async_ossl = { path = "../async_ossl" }
#async_ossl = { path = "../async_ossl" }
[dev-dependencies]
assert_fs = "1.0.4"