chore: update MSRV to 1.70.0

This commit is contained in:
Aram 🍐 2023-12-21 15:29:43 -05:00
parent 1613d2bb5c
commit a100f90a92
4 changed files with 6 additions and 5 deletions

View file

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