Skip to content

Commit

Permalink
Reenable futures-stable/nightly on nightly feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Apr 6, 2018
1 parent e95b0a8 commit 53796cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ futures-util = { path = "../futures-util", version = "0.2.0", default-features =
# futures-macro-await = { path = "../futures-macro-await", version = "0.2.0", optional = true }

[features]
nightly = ["futures-core/nightly"]
nightly = ["futures-core/nightly", "futures-stable/nightly"]
std = ["futures-core/std", "futures-executor/std", "futures-io/std", "futures-sink/std", "futures-stable/std", "futures-util/std"]
default = ["std"]

# TODO(cramertj) reenable on nightly
# "futures-stable/nightly", "futures-async-runtime/nightly", "futures-macro-async", "futures-macro-await", "futures-macro-async/nightly"
# , "futures-async-runtime/nightly", "futures-macro-async", "futures-macro-await", "futures-macro-async/nightly"

# TODO(cramertj) reenable on std
# "futures-async-runtime/std"

0 comments on commit 53796cc

Please sign in to comment.