We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b414648 commit 329bd72Copy full SHA for 329bd72
futures-io/Cargo.toml
@@ -15,11 +15,10 @@ The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
15
name = "futures_io"
16
17
[features]
18
-std = ["futures-core-preview/std"]
19
default = ["std"]
+std = []
20
21
[dependencies]
22
-futures-core-preview = { path = "../futures-core", version = "=0.3.0-alpha.16", default-features = false }
23
24
[dev-dependencies]
25
futures-preview = { path = "../futures", version = "=0.3.0-alpha.16" }
0 commit comments