From 58452e4c3451b16da60798dfbb6709a5122ad59c Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 7 Jan 2024 17:26:57 -0700 Subject: [PATCH] Exclude getrandom feature on no_std targets --- .github/workflows/pkcs5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkcs5.yml b/.github/workflows/pkcs5.yml index 80dfef981..6a0b03a4c 100644 --- a/.github/workflows/pkcs5.yml +++ b/.github/workflows/pkcs5.yml @@ -38,7 +38,7 @@ jobs: toolchain: ${{ matrix.rust }} targets: ${{ matrix.target }} - uses: RustCrypto/actions/cargo-hack-install@master - - run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std + - run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features getrandom,std # TODO(tarcieri): re-enable this when we're not using unpublished prerelease dependencies # minimal-versions: