1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00

update ssh2 dep

This commit is contained in:
Wez Furlong 2019-12-08 10:43:55 -08:00
parent 500b880b97
commit cdfd77902a
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ rayon = "1.0"
serde = {version="1.0", features = ["rc"]} serde = {version="1.0", features = ["rc"]}
serde_derive = "1.0" serde_derive = "1.0"
serial = "0.4" serial = "0.4"
ssh2 = "0.5" ssh2 = "0.6"
structopt = "0.2" structopt = "0.2"
tabout = { path = "tabout" } tabout = { path = "tabout" }
term = { path = "term" } term = { path = "term" }

View File

@ -18,7 +18,7 @@ shell-words = "0.1"
serde_derive = {version="1.0", optional=true} serde_derive = {version="1.0", optional=true}
serde = {version="1.0", optional=true} serde = {version="1.0", optional=true}
serial = "0.4" serial = "0.4"
ssh2 = {optional=true, version="0.5"} ssh2 = {optional=true, version="0.6"}
[features] [features]
default = [] default = []