1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

wezterm-ssh: prep for cargo publish

This commit is contained in:
Wez Furlong 2021-10-10 16:35:12 -07:00
parent 2da43e3666
commit 163783f483
2 changed files with 2 additions and 3 deletions

1
Cargo.lock generated
View File

@ -5367,7 +5367,6 @@ version = "0.2.0"
dependencies = [
"anyhow",
"assert_fs",
"async_ossl",
"base64",
"bitflags",
"camino",

View File

@ -29,7 +29,7 @@ ssh2 = {version="0.9.3", features=["openssl-on-win32"]}
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"
@ -42,5 +42,5 @@ rstest = "0.11"
shell-words = "1.0"
smol-potat = "1.1.2"
structopt = "0.3"
termwiz = { path = "../termwiz" }
termwiz = { version = "0.13", path = "../termwiz" }
whoami = "1.1"