Skip to content

Commit ff5fd17

Browse files
authored
elliptic-curve: disable minimal-versions CI job (#2412)
The minimal versions job was broken (see [RustCrypto/actions#59]), fixing it reveals that `elliptic-curve` still can not be built with minimal dependency versions (see this [run][1]). [RustCrypto/actions#59]: RustCrypto/actions#59 [1]: https://github.com/RustCrypto/traits/actions/runs/25738115143/job/75580587369
1 parent e4f7a91 commit ff5fd17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/elliptic-curve.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features alloc,digest,ecdh,pem,pkcs8,sec1,serde
6363

6464
minimal-versions:
65+
if: false
6566
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
6667
with:
6768
working-directory: ${{ github.workflow }}

0 commit comments

Comments
 (0)