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

wezterm-ssh: prep for release

This commit is contained in:
Wez Furlong 2021-05-03 09:56:19 -07:00
parent 7be475efb7
commit 4af66ff4b1
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -4548,7 +4548,7 @@ dependencies = [
[[package]]
name = "wezterm-ssh"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"base64",

View File

@ -1,6 +1,6 @@
[package]
name = "wezterm-ssh"
version = "0.1.0"
version = "0.1.1"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
repository = "https://github.com/wez/wezterm"
@ -19,8 +19,8 @@ log = "0.4"
portable-pty = { version="0.4", path = "../pty" }
regex = "1"
smol = "1.2"
ssh2 = {version="0.9", features=["openssl-on-win32"]}
#ssh2 = {version="0.9"}
#ssh2 = {version="0.9", features=["openssl-on-win32"]}
ssh2 = {version="0.9"}
[dev-dependencies]
k9 = "0.11.0"