From 79d3f41294c5375fb26ef48a37abf653e2caf989 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 28 Jan 2022 22:09:12 +0100 Subject: [PATCH] Update pinned ci version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ba81d671f0..26c2213a08 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.54.0 + rustup_toolchain: 1.56.0 pool: vmImage: $(imageName) steps: