Skip to content

Commit

Permalink
Why do dev-dependencies influence features during a normal build 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Aug 4, 2018
1 parent a3452fc commit fd4ac19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions futures-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ name = "futures_testing"
version = "0.3.0-alpha.2"
path = "../futures-core"
default-features = false
features = ["std"]

[dev-dependencies.futures-preview]
version = "0.3.0-alpha.2"
path = "../futures"
default-features = false
features = ["std"]

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

0 comments on commit fd4ac19

Please sign in to comment.