Skip to content

Commit

Permalink
switch to nightly for fmt action
Browse files Browse the repository at this point in the history
  • Loading branch information
contagon committed Jan 8, 2025
1 parent 4833c13 commit 29e60df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.83
# use nightly to support custom formatting features
toolchain: nightly
components: rustfmt,clippy

- name: cargo fmt
Expand Down

0 comments on commit 29e60df

Please sign in to comment.