We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34802ca commit 05a9bd1Copy full SHA for 05a9bd1
Cargo.toml
@@ -26,7 +26,6 @@ docs = []
26
async-task = "1.0.0"
27
cfg-if = "0.1.9"
28
crossbeam-channel = "0.3.9"
29
-futures-preview = "0.3.0-alpha.17"
30
futures-timer = "0.3.0"
31
lazy_static = "1.3.0"
32
log = { version = "0.4.8", features = ["kv_unstable"] }
@@ -37,6 +36,10 @@ num_cpus = "1.10.0"
37
36
pin-utils = "0.1.0-alpha.4"
38
slab = "0.4.2"
39
+[dependencies.futures-preview]
40
+version = "0.3.0-alpha.17"
41
+features = ["async-await", "nightly"]
42
+
43
[dev-dependencies]
44
femme = "1.1.0"
45
tempdir = "0.3.7"
0 commit comments