Skip to content

Commit ba913a3

Browse files
authored
Merge pull request #1245 from mulkieran/issue_project_835
github actions: Update recommended Rust to 1.92.0
2 parents 2703220 + f8e4798 commit ba913a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: dtolnay/rust-toolchain@master
8989
with:
9090
components: cargo
91-
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
91+
toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
9292
- uses: baptiste0928/cargo-install@v3
9393
with:
9494
crate: typos-cli

0 commit comments

Comments
 (0)