Skip to content

Commit 54982c1

Browse files
authored
Merge pull request #383 from mulkieran/issue_project_844
github actions: Update recommended Rust to 1.93.0
2 parents eb25045 + 5803869 commit 54982c1

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
@@ -54,7 +54,7 @@ jobs:
5454
- uses: dtolnay/rust-toolchain@master
5555
with:
5656
components: cargo
57-
toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
57+
toolchain: 1.93.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5858
- uses: baptiste0928/cargo-install@v3
5959
with:
6060
crate: typos-cli

0 commit comments

Comments
 (0)