1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00

ssh: restore async_oss dep

This commit is contained in:
Wez Furlong 2022-01-30 18:45:12 -07:00
parent c4c0b5a569
commit 705d518242

View File

@ -35,7 +35,7 @@ libssh-rs = {version="0.1.4", features=["vendored"], git="https://github.com/wez
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"