Skip to content

Commit

Permalink
chore: always use the latest stable toolchain for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Oct 11, 2023
1 parent d68fcb0 commit 836f647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
name: CI

env:
RUST_VER: '1.73.0'
RUST_VER: 'stable'
CROSS_VER: '0.2.5'
CARGO_NET_RETRY: 3

Expand Down

0 comments on commit 836f647

Please sign in to comment.