There was an error while loading. Please reload this page.
1 parent 3c43360 commit 5627371Copy full SHA for 5627371
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
- - uses: dtolnay/rust-toolchain@master # It will find the .toml automatically
+ - uses: dtolnay/rust-toolchain@stable
21
- name: Rust Fmt
22
run: cargo fmt --all -- --check
23
- name: Rust Clippy
0 commit comments