Skip to content

Commit 5401c78

Browse files
committed
fix(ci): fmt
1 parent 8946c9a commit 5401c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: dtolnay/rust-toolchain@nightly
46+
- uses: dtolnay/rust-toolchain@stable
4747
- run: cargo fmt --all -- --check
4848

4949
docs:

0 commit comments

Comments
 (0)