Skip to content

Commit e61fc25

Browse files
committed
Revert "build: Freeze rustc for nightly builds to 1.80"
This reverts commit ff9ce69.
1 parent 4a4b500 commit e61fc25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release_nightly.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
uses: actions/checkout@v4
109109

110110
- name: Install Rust toolchain
111-
uses: dtolnay/rust-toolchain@master
111+
uses: dtolnay/rust-toolchain@stable
112112
with:
113-
toolchain: 1.80.1
113+
toolchain: stable
114114
targets: ${{ matrix.target }}
115115

116116
- name: Install Linux dependencies
@@ -299,9 +299,9 @@ jobs:
299299
uses: actions/checkout@v4
300300

301301
- name: Install Rust toolchain
302-
uses: dtolnay/rust-toolchain@master
302+
uses: dtolnay/rust-toolchain@stable
303303
with:
304-
toolchain: 1.80.1
304+
toolchain: stable
305305

306306
- name: Generate report
307307
run: ./stub-report/generate-report.sh
@@ -332,9 +332,9 @@ jobs:
332332
uses: actions/checkout@v4
333333

334334
- name: Install Rust toolchain
335-
uses: dtolnay/rust-toolchain@master
335+
uses: dtolnay/rust-toolchain@stable
336336
with:
337-
toolchain: 1.80.1
337+
toolchain: stable
338338
targets: wasm32-unknown-unknown
339339

340340
- name: Setup Node.js

0 commit comments

Comments
 (0)