Switch CI build to stable toolchain

This commit is contained in:
Evan Shaw 2022-09-11 16:09:42 +12:00
parent 7b20d86777
commit 2da98618d3

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with: