From dd3719ddba0fda7a8e067fdf66dda78796a35de8 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Wed, 22 Jun 2022 18:38:55 +0200 Subject: [PATCH] workflow - ci - bump Rust version to 1.57 Fixes #909 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88f4170a..24c479ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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