Skip to content

Commit 01bf4a1

Browse files
committed
Use nightly toolchain when checking formatting.
1 parent 5dea674 commit 01bf4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Check formatting
21-
run: cargo fmt --check
21+
run: cargo +nightly fmt --check
2222
- name: Lint with clippy
2323
run: cargo clippy --all-features -- -A clippy::multiple_crate_versions -D warnings
2424
- name: Run tests

0 commit comments

Comments
 (0)