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.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9971030..4328f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,7 @@ license = "MIT" [dependencies] anyhow = "1.0.45" -async-process = "1.3.0" -async-std = "1.10.0" +async-std = { version = "1.10.0", features = ["unstable"] } futures-lite = "1.12.0" libc = "0.2.107" nix = "0.23.0" -- cgit v1.2.3