Skip to content

Commit 335f25a

Browse files
authored
Merge pull request #1266 from mulkieran/rust-1.94.0
github actions: Update recommended Rust to 1.94.0
2 parents 1759a62 + 966541c commit 335f25a

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

0 commit comments

Comments
 (0)