summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-11 03:45:09 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-11 03:45:09 -0500
commitcf04fbb6427eb10332c5bc143cc453aa2906e84c (patch)
tree510842eab7a2edff5b35542e5f9449a5621dd661 /Cargo.lock
parent57a9e97dcab66c9f13331280335841b3d098b0b5 (diff)
downloadnbsh-cf04fbb6427eb10332c5bc143cc453aa2906e84c.tar.gz
nbsh-cf04fbb6427eb10332c5bc143cc453aa2906e84c.zip
move to unstable async-std
apparently this is the only way i will get an async condvar
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
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",