fix: update rust-toolchain action to use master branch for consistency

This commit is contained in:
Tunglies 2025-09-25 19:21:06 +08:00
parent fb5d5a7d37
commit a2d33c5447
No known key found for this signature in database
GPG Key ID: B9B01B389469B3E8

View File

@ -23,7 +23,10 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust Stable
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy
- name: Add Rust Target
run: rustup target add ${{ matrix.target }}