From 8c6a76f877143d051c80cb79d2cdaf3fa07b657b Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Mon, 8 Jun 2020 21:01:15 +0100 Subject: [PATCH] Minimum rustc version is now 1.39 --- .azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 23323b76..eae25b03 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,6 +1,6 @@ variables: - clippy_toolchain: 1.37.0 - minimum_toolchain: 1.37.0 + clippy_toolchain: 1.39.0 + minimum_toolchain: 1.39.0 resources: repositories: