Skip to content

Commit 5a661cb

Browse files
authored
Merge pull request #1278 from mulkieran/rust-1.95.0
github actions: Update recommended Rust to 1.95.0
2 parents c8a4f48 + f837be8 commit 5a661cb

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
@@ -86,7 +86,7 @@ jobs:
8686
- uses: dtolnay/rust-toolchain@master
8787
with:
8888
components: cargo
89-
toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
89+
toolchain: 1.95.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
9090
- uses: baptiste0928/cargo-install@v3
9191
with:
9292
crate: typos-cli

0 commit comments

Comments
 (0)