rust version reverted to 1.52.1 (#454)

This commit is contained in:
Dusan Stanivukovic
2021-06-28 16:39:18 +02:00
committed by GitHub
parent 5920f232d0
commit e6f3794dd4
8 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.52.1
profile: minimal
override: true
- name: Deploy to docker hub