Update to Edition 2021 and fix docker build

This commit is contained in:
Aram 🍐 2022-06-25 11:12:23 -04:00
parent 75bad318f4
commit 00b45f8cb4
4 changed files with 7 additions and 6 deletions

View file

@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.55.0
- 1.56.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
@ -39,7 +39,7 @@ jobs:
matrix:
rust:
- stable
- 1.55.0
- 1.56.0
steps:
- name: Checkout sources
uses: actions/checkout@v2