Skip to content

Commit

Permalink
fix(workflow): use latest nightly to ensure 2024 edition rustfmt tool…
Browse files Browse the repository at this point in the history
…chain

Signed-off-by: Zhouqi Jiang <[email protected]>
  • Loading branch information
luojia65 committed Feb 3, 2025
1 parent 6989081 commit f637abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1
Expand Down

0 comments on commit f637abd

Please sign in to comment.