Skip to content

Commit

Permalink
Only test benches against stable
Browse files Browse the repository at this point in the history
`const_eval_limit` that was removed at some point isn't in MSRV
toolchain and fails builds

Signed-off-by: Arvind Mukund <armu30@gmail.com>
  • Loading branch information
MasterAwesome committed Dec 17, 2023
1 parent d44ff05 commit a94d1d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/p521.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- stable
rust: stable
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit a94d1d6

Please sign in to comment.