Skip to content

Commit 5e9931c

Browse files
authored
Merge pull request #385 from mulkieran/rust-1.94.0
github actions: Update recommended Rust to 1.94.0
2 parents 54982c1 + 7fd3d51 commit 5e9931c

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

0 commit comments

Comments
 (0)