fix(ci): use latest stable rust version (#1406)

This commit is contained in:
yetone
2025-02-26 18:05:51 +08:00
committed by GitHub
parent 812261200c
commit 9c9fadd256

View File

@@ -91,7 +91,7 @@ jobs:
if: ${{ matrix.config.container == null }}
with:
targets: ${{ matrix.config.rust_target }}
toolchain: 1.80.0
toolchain: "1.85.0"
- name: Build all crates
if: ${{ matrix.config.container == null }}
run: |