Rust toolchain stable.

This is supposed to be the default, but it errs out without it.
pull/1/head
tommie 2023-02-17 15:18:38 +01:00 committed by GitHub
parent 06dcd39dae
commit bb37f269f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true