Skip to content

Commit

Permalink
chore: Update toolchain to nightly-2024-09-30 (#10)
Browse files Browse the repository at this point in the history
This matches the toolchain used by Jolt in this PR: a16z/jolt#510

The compiler is updated to align with features used by Binius (in particular the use of `iter::repeat_n`)
  • Loading branch information
WillPapper authored Nov 22, 2024
1 parent c45196e commit 0e2f5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: rustc-toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-08-01
toolchain: nightly-2024-09-30
default: true

- uses: lukka/[email protected]
Expand Down

0 comments on commit 0e2f5a6

Please sign in to comment.