mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
update ssh2 dep
This commit is contained in:
parent
500b880b97
commit
cdfd77902a
@ -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" }
|
||||||
|
@ -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 = []
|
||||||
|
Loading…
Reference in New Issue
Block a user