Skip to content

Commit

Permalink
Merge pull request #1090 from bgurney-rh/latest-1.80
Browse files Browse the repository at this point in the history
github actions: update recommended Rust to 1.80.0
  • Loading branch information
mulkieran authored Jul 30, 2024
2 parents 95195cb + 4c9c616 commit 9420e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.79.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.80.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- uses: baptiste0928/cargo-install@v2
with:
crate: typos-cli
Expand Down

0 comments on commit 9420e0d

Please sign in to comment.