From a675dc9ee08894ab27253c5be8a51833b4028b25 Mon Sep 17 00:00:00 2001 From: Alexander Liesenfeld Date: Mon, 4 Mar 2024 08:38:18 +0100 Subject: [PATCH] Bump MSRV --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3733d8..be79fbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ================================================================================ # Builder # ================================================================================ -FROM rust:1.73 as builder +FROM rust:1.74 as builder WORKDIR /usr/src/httpmock COPY Cargo.toml .