Skip to content

Commit

Permalink
Updating to match release version
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Dewey <larry.dewey@amd.com>
  • Loading branch information
larrydewey committed Jan 24, 2024
1 parent 4b4db02 commit cf5e716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: rustfmt
toolchain: nightly
toolchain: 1.51
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: clippy
toolchain: nightly
toolchain: 1.51
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit cf5e716

Please sign in to comment.