diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e850209540..68b3dd73e8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -155,9 +155,9 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: check --feature-powerset - run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi,tracing + run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi env: - RUSTFLAGS: "-D dead_code -D unused_imports" + RUSTFLAGS: "--cfg hyper_unstable_tracing -D dead_code -D unused_imports" ffi: name: Test C API (FFI)