From 2243e601c337fc4586d45f0223a52ba96e3b2d84 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 12 May 2024 21:19:35 +0200 Subject: [PATCH] Update msrv --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0221c716..2ac2cae6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: rustup_toolchain: stable linux-pinned: imageName: 'ubuntu-20.04' - rustup_toolchain: 1.71.1 + rustup_toolchain: 1.74.0 pool: vmImage: $(imageName) steps: