From 73755737de6ef6080cb972d124d52d3891a63130 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sat, 11 Apr 2020 09:11:53 +0100 Subject: [PATCH] Minimum tool chain is now 1.37 --- .azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 8bdd5e7c..23323b76 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,6 +1,6 @@ variables: - clippy_toolchain: 1.36.0 - minimum_toolchain: 1.36.0 + clippy_toolchain: 1.37.0 + minimum_toolchain: 1.37.0 resources: repositories: