Change Rust toolchain from stable to nightly

This commit is contained in:
amd64fox 2025-10-27 20:39:14 +03:00 committed by GitHub
parent d02d1be468
commit d78141cc92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,10 +22,10 @@ jobs:
- name: Install Rust toolchain and target
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
profile: minimal
override: true
targets: ${{ matrix.rust_target }}
target: ${{ matrix.rust_target }}
- name: Build release binary
env: