Merge pull request #581 from Yamato-Security/580-change_cargo_stable

change tool chain to stable
This commit is contained in:
Yamato Security
2022-06-10 10:10:02 +09:00
committed by GitHub
+1 -1
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