Skip to content

Commit

Permalink
github actions: update recommended Rust to 1.84.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Jan 16, 2025
1 parent 7f13484 commit 5df0a2f
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 @@ -48,7 +48,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.84.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- uses: baptiste0928/cargo-install@v3
with:
crate: typos-cli
Expand Down

0 comments on commit 5df0a2f

Please sign in to comment.