chore: remove internal io-readiness cargo feature (#2878)

This commit is contained in:
Ivan Petkov
2020-09-24 20:14:39 +00:00
committed by GitHub
parent a1d0681cd2
commit ffa5bdb22d
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -150,11 +150,11 @@ jobs:
run: cargo install cargo-hack
- name: check --each-feature
run: cargo hack check --all --each-feature --skip io-driver,io-readiness -Z avoid-dev-deps
run: cargo hack check --all --each-feature --skip io-driver -Z avoid-dev-deps
# Try with unstable feature flags
- name: check --each-feature --unstable
run: cargo hack check --all --each-feature --skip io-driver,io-readiness -Z avoid-dev-deps
run: cargo hack check --all --each-feature --skip io-driver -Z avoid-dev-deps
env:
RUSTFLAGS: --cfg tokio_unstable -Dwarnings