mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: 1.56.0
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v1.3.0
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: 1.56.0
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v1.3.0
|
||||
|
||||
Reference in New Issue
Block a user