use nightly instead of stable (we need nightly)
All checks were successful
Rust Build / build (push) Successful in 8m3s

This commit is contained in:
Soph :3 2026-02-08 13:22:12 +02:00
parent 05f93add33
commit ac3d47c83b

View file

@ -17,7 +17,7 @@ jobs:
- name: Install Rust
uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
profile: minimal
override: true