From 64386b4571bb4dc69030ca18000804f250fbc42d Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sat, 6 Jul 2024 20:12:45 +0200 Subject: [PATCH] drop nightly feature --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62be1e6d..13042f36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - uses: RustCrypto/actions/cargo-hack-install@master - - run: cargo hack test --release --feature-powerset --exclude-features nightly,getrandom,serde + - run: cargo hack test --release --feature-powerset --exclude-features getrandom,serde - run: cargo test --release --features getrandom - run: cargo test --release --features serde @@ -66,5 +66,5 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: nightly-2023-10-01 - - run: cargo test --release --features nightly + - run: cargo test --release - run: cargo build --benches