chore: bump msrv to 1.57

This commit is contained in:
Aram 🍐 2022-09-25 17:24:03 -04:00
parent 6c64531940
commit 0553fce5c6
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM rust:1.56.1 as cargo-build
FROM rust:1.57.0 as cargo-build
WORKDIR /usr/src/onetun
COPY Cargo.toml Cargo.toml