mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
use stable toolchain not 1.56.0
This commit is contained in:
committed by
Simon Laux
parent
978e4aec82
commit
fd53b80c17
4
.github/workflows/jsonrpc_api.yml
vendored
4
.github/workflows/jsonrpc_api.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: 1.56.0
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v1.3.0
|
uses: Swatinem/rust-cache@v1.3.0
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: 1.56.0
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v1.3.0
|
uses: Swatinem/rust-cache@v1.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user