From bcd73aef8d3d0b16af168bf0a69772b578cac46b Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 23 Dec 2019 03:21:12 -0500 Subject: [PATCH] Bump minimum Rust version to 1.39.0 (#895) async/await will be used in upcoming changes, so we need to bump the minimum Rust version to 1.39.0 to use it. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2464571..e90aa5d 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.35: + linux-1.39: imageName: 'ubuntu-16.04' - rustup_toolchain: 1.36.0 + rustup_toolchain: 1.39.0 pool: vmImage: $(imageName) steps: