From ffa5bdb22db066b531e45b42d0cb236c3916eee2 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Thu, 24 Sep 2020 13:14:39 -0700 Subject: chore: remove internal io-readiness cargo feature (#2878) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16da8c95..2a07b32f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.3