Update to rust 2021

This commit is contained in:
2021-10-22 12:55:12 +02:00
parent b4e1774993
commit 7698911078
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
##################
### BASE STAGE ###
##################
FROM rust:1.53 as base
FROM rust:1.56 as base
# Install build dependencies
RUN cargo install strip_cargo_version