Skip to content

Commit 0e2f5a6

Browse files
authored
chore: Update toolchain to nightly-2024-09-30 (#10)
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`)
1 parent c45196e commit 0e2f5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: rustc-toolchain
2323
uses: actions-rs/toolchain@v1
2424
with:
25-
toolchain: nightly-2024-08-01
25+
toolchain: nightly-2024-09-30
2626
default: true
2727

2828
- uses: lukka/get-cmake@v3.27.4

0 commit comments

Comments
 (0)