From 705d5182420582fc7cde2e7f733d3fd996f28abd Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 30 Jan 2022 18:45:12 -0700 Subject: [PATCH] ssh: restore async_oss dep --- wezterm-ssh/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index 4285acb8b..d2db21211 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -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"