Skip to content

Commit

Permalink
Use rust toolchain 1.69.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mliezun committed Apr 11, 2024
1 parent 90e6715 commit f5d3e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69.0
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit f5d3e48

Please sign in to comment.