Skip to content

Commit 5f7387b

Browse files
authored
Merge pull request #1260 from mulkieran/issue_project_844
github actions: Update recommended Rust to 1.93.0
2 parents e3e1481 + 942b11c commit 5f7387b

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
@@ -85,7 +85,7 @@ jobs:
8585
- uses: dtolnay/rust-toolchain@master
8686
with:
8787
components: cargo
88-
toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
88+
toolchain: 1.93.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
8989
- uses: baptiste0928/cargo-install@v3
9090
with:
9191
crate: typos-cli

0 commit comments

Comments
 (0)