Revert "build: Freeze rustc for nightly builds to 1.80"

This reverts commit ff9ce693ad.
This commit is contained in:
TÖRÖK Attila 2024-09-08 00:20:33 +02:00
parent 4a4b500f1d
commit e61fc254d1
1 changed files with 6 additions and 6 deletions

View File

@ -108,9 +108,9 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.80.1
toolchain: stable
targets: ${{ matrix.target }}
- name: Install Linux dependencies
@ -299,9 +299,9 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.80.1
toolchain: stable
- name: Generate report
run: ./stub-report/generate-report.sh
@ -332,9 +332,9 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.80.1
toolchain: stable
targets: wasm32-unknown-unknown
- name: Setup Node.js