Skip to content

Commit ef8dd23

Browse files
authored
Merge pull request #378 from mulkieran/rust-1.91.0
github actions: Update recommended Rust to 1.91.0
2 parents 51dfeb5 + 104bd16 commit ef8dd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: dtolnay/rust-toolchain@master
5555
with:
5656
components: cargo
57-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
57+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5858
- uses: baptiste0928/cargo-install@v3
5959
with:
6060
crate: typos-cli

0 commit comments

Comments
 (0)