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

wezterm-ssh: restore dep after cargo publish

This commit is contained in:
Wez Furlong 2021-10-10 16:38:03 -07:00
parent 163783f483
commit d635512138
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -5367,6 +5367,7 @@ 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"