Skip to content

Commit dd3719d

Browse files
committed
workflow - ci - bump Rust version to 1.57
Fixes #909
1 parent a410a5f commit dd3719d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: docker compose up -d
5656
- uses: sfackler/actions/rustup@master
5757
with:
58-
version: 1.56.0
58+
version: 1.57.0
5959
- run: echo "::set-output name=version::$(rustc --version)"
6060
id: rust-version
6161
- uses: actions/cache@v1

0 commit comments

Comments
 (0)