mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Simultaneous futures compat (#172)
This patch adds opt-in support for futures 0.2.
This commit is contained in:
@@ -26,6 +26,9 @@ script:
|
||||
cargo check --tests --all --target $TARGET
|
||||
else
|
||||
cargo test --all
|
||||
cargo test --features unstable-futures
|
||||
cargo test --manifest-path tokio-threadpool/Cargo.toml --features unstable-futures
|
||||
cargo test --manifest-path tokio-reactor/Cargo.toml --features unstable-futures
|
||||
fi
|
||||
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user