mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
Fix unstable-futures feature flag propagation (#261)
This commit is contained in:
@@ -29,5 +29,8 @@ env_logger = "0.4"
|
||||
futures-cpupool = "0.1.7"
|
||||
|
||||
[features]
|
||||
unstable-futures = ["futures2", "tokio-executor/unstable-futures"]
|
||||
unstable-futures = [
|
||||
"futures2",
|
||||
"tokio-executor/unstable-futures",
|
||||
]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user