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 }}
|
||||
with:
|
||||
targets: ${{ matrix.config.rust_target }}
|
||||
toolchain: 1.80.0
|
||||
toolchain: "1.85.0"
|
||||
- name: Build all crates
|
||||
if: ${{ matrix.config.container == null }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user