workflow - ci - bump Rust version to 1.57

Fixes #909
This commit is contained in:
Lachezar Lechev 2022-06-22 18:38:55 +02:00
parent a410a5fe04
commit dd3719ddba
No known key found for this signature in database
GPG Key ID: B2D641D6A2C8E742

View File

@ -55,7 +55,7 @@ jobs:
- run: docker compose up -d
- uses: sfackler/actions/rustup@master
with:
version: 1.56.0
version: 1.57.0
- run: echo "::set-output name=version::$(rustc --version)"
id: rust-version
- uses: actions/cache@v1