Skip to content

Commit a6668f3

Browse files
authored
Merge pull request #381 from mulkieran/issue_project_835
github actions: Update recommended Rust to 1.92.0
2 parents 1923776 + ae27b2c commit a6668f3

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.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
57+
toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5858
- uses: baptiste0928/cargo-install@v3
5959
with:
6060
crate: typos-cli

0 commit comments

Comments
 (0)