Skip to content

Commit

Permalink
Remove futures-core dependency from futures-io
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 30, 2019
1 parent b414648 commit 684d35c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions futures-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
name = "futures_io"

[features]
std = ["futures-core-preview/std"]
default = ["std"]
std = []

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

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

0 comments on commit 684d35c

Please sign in to comment.