diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1df733c..ad72f7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - features: ['', 'std', 'os', 'zeroconf', 'async-io-mini'] + features: ['std', 'os', 'zeroconf', 'async-io-mini'] steps: - name: Rust