From 56acde069fe7fc57259e72de612f0c91c1320972 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Thu, 24 Sep 2020 14:36:42 -0700 Subject: chore: remove internal io-driver cargo feature (#2881) --- .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 2a07b32f..756a7677 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 -Z avoid-dev-deps + run: cargo hack check --all --each-feature -Z avoid-dev-deps # Try with unstable feature flags - name: check --each-feature --unstable - run: cargo hack check --all --each-feature --skip io-driver -Z avoid-dev-deps + run: cargo hack check --all --each-feature -Z avoid-dev-deps env: RUSTFLAGS: --cfg tokio_unstable -Dwarnings -- cgit v1.2.3