From cf04fbb6427eb10332c5bc143cc453aa2906e84c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Nov 2021 03:45:09 -0500 Subject: move to unstable async-std apparently this is the only way i will get an async condvar --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 1dc79fa..a08ee94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,6 +119,7 @@ dependencies = [ "async-global-executor", "async-io", "async-lock", + "async-process", "crossbeam-utils", "futures-channel", "futures-core", @@ -375,7 +376,6 @@ name = "nbsh" version = "0.1.0" dependencies = [ "anyhow", - "async-process", "async-std", "futures-lite", "libc", -- cgit v1.2.3