Skip to content

Commit 5627371

Browse files
committed
optimize ci
1 parent 3c43360 commit 5627371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: dtolnay/rust-toolchain@master # It will find the .toml automatically
20+
- uses: dtolnay/rust-toolchain@stable
2121
- name: Rust Fmt
2222
run: cargo fmt --all -- --check
2323
- name: Rust Clippy

0 commit comments

Comments
 (0)