Skip to content

Commit 684d35c

Browse files
committed
Remove futures-core dependency from futures-io
1 parent b414648 commit 684d35c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

futures-io/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
1515
name = "futures_io"
1616

1717
[features]
18-
std = ["futures-core-preview/std"]
1918
default = ["std"]
19+
std = []
2020

2121
[dependencies]
22-
futures-core-preview = { path = "../futures-core", version = "=0.3.0-alpha.16", default-features = false }
2322

2423
[dev-dependencies]
2524
futures-preview = { path = "../futures", version = "=0.3.0-alpha.16" }

0 commit comments

Comments
 (0)