change tool chain to stable

This commit is contained in:
DustInDark
2022-06-10 09:22:34 +09:00
committed by GitHub
parent 3f539040fe
commit cfbc185f38

View File

@@ -19,7 +19,7 @@ jobs:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
profile: minimal
components: rustfmt
override: true