fix(ci): use latest stable rust version (#1406)
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -91,7 +91,7 @@ jobs:
|
|||||||
if: ${{ matrix.config.container == null }}
|
if: ${{ matrix.config.container == null }}
|
||||||
with:
|
with:
|
||||||
targets: ${{ matrix.config.rust_target }}
|
targets: ${{ matrix.config.rust_target }}
|
||||||
toolchain: 1.80.0
|
toolchain: "1.85.0"
|
||||||
- name: Build all crates
|
- name: Build all crates
|
||||||
if: ${{ matrix.config.container == null }}
|
if: ${{ matrix.config.container == null }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user