From bc9772baf010de43a4bcedabcd43a2b4814b658c Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 27 Jan 2023 22:14:36 +0100 Subject: [PATCH] Bump Rust CI version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 288735a924..b88e90db40 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.63.0 + rustup_toolchain: 1.64.0 pool: vmImage: $(imageName) steps: