From 7ec8c80610c14da0d0f3e7a031c0bf40c461f59b Mon Sep 17 00:00:00 2001 From: Fredrik August Madsen-Malmo Date: Thu, 15 Aug 2024 12:40:35 +0200 Subject: [PATCH] upgrade rust version to allow async traits without #[] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ddc479..6070f62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.74.1 as builder +FROM rust:1.79.0 as builder WORKDIR /usr/src/debrief COPY . . RUN cargo install --path .