Skip to content

Commit 7e1a12a

Browse files
authored
Merge pull request #1235 from mulkieran/rust-1.91.0
github actions: Update recommended Rust to 1.91.0
2 parents c7976a1 + 96db4fd commit 7e1a12a

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
@@ -90,7 +90,7 @@ jobs:
9090
- uses: dtolnay/rust-toolchain@master
9191
with:
9292
components: cargo
93-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
93+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
9494
- uses: baptiste0928/cargo-install@v3
9595
with:
9696
crate: typos-cli

0 commit comments

Comments
 (0)