From 96db5231e74599815df381fbf90d499c2d5b3814 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 23 Jan 2022 14:02:24 +0100 Subject: [PATCH] Bump MSRV --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ba1bc5c1c..86e68f43a 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.52.0 + rustup_toolchain: 1.53.0 pool: vmImage: $(imageName) steps: