Skip to content

Commit

Permalink
fix(ci): the docs state default toolchain and yet
Browse files Browse the repository at this point in the history
  • Loading branch information
philpax committed Jul 17, 2023
1 parent 9a3a8d9 commit 4254a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- name: Formatting
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 4254a69

Please sign in to comment.