From c15daf87ee719ad6c37085809f29986de0142327 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Fri, 8 Mar 2019 21:54:26 +0000 Subject: [PATCH] Minimum toolchain is in fact 1.31 for 2018 edition --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 61da0814f43..ef0be647447 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,6 +1,6 @@ variables: clippy_toolchain: 1.33.0 - minimum_toolchain: 1.27.0 + minimum_toolchain: 1.31.0 resources: repositories: