From 93b3b9f9ff5b0bf409925330e07365c45ea7057f Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 21 Apr 2020 18:29:25 +0200 Subject: [PATCH] Update pinned version in CI --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 72273383..8bd2c620 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,9 +19,9 @@ stages: linux-stable: imageName: 'ubuntu-16.04' rustup_toolchain: stable - linux-1.39: + linux-pinned: imageName: 'ubuntu-16.04' - rustup_toolchain: 1.39.0 + rustup_toolchain: 1.41.0 pool: vmImage: $(imageName) steps: