Skip to content

Commit

Permalink
moving to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarpavlovsky committed Mar 6, 2024
1 parent 61cd067 commit b8daf4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install latest nightly
uses: dsherret/rust-toolchain-file@v1
with:
toolchain: 1.71
toolchain: stable
override: true
components: rustfmt
- name: Cargo Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Rust toolchain
uses: dsherret/rust-toolchain-file@v1
with:
toolchain: 1.71
toolchain: stable
components: clippy, rustfmt
override: true
- name: Clippy Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Rust toolchain
uses: dsherret/rust-toolchain-file@v1
with:
toolchain: 1.71
toolchain: stable
components: rustfmt
override: true
- name: Check Formatting
Expand Down

0 comments on commit b8daf4b

Please sign in to comment.