ci: change rust toolchain to nightly (#75)

This commit is contained in:
Daniëlle Huisman 2025-05-16 23:57:02 +02:00 committed by GitHub
parent 66a1aa3b27
commit 2f6b686044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
- name: Set up Rust toolchain
run: |
rustup toolchain install stable --no-self-update --profile default
rustup toolchain install nightly --no-self-update --profile default
rustup target add wasm32-unknown-unknown
- name: Set up Rust cache