chore: always use the latest stable toolchain for CI (#571)

This commit is contained in:
SteveLauC
2023-10-11 09:46:36 +08:00
committed by GitHub
parent d68fcb08b2
commit 18e2d3e59c

View File

@@ -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