chore(ci): switch testing to stable Rust

This commit is contained in:
Paul Makles
2023-01-29 14:23:56 +00:00
parent 8e0addc3e0
commit fdab997d17

View File

@@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install latest nightly
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
components: rustfmt, clippy