From 67d028792f1eed1964ceae571b6e0daeb685908e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 14 Aug 2022 15:54:09 +0200 Subject: [PATCH] Update MSRV --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b2128c65b8..87ab341a61 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.59.0 + rustup_toolchain: 1.60.0 pool: vmImage: $(imageName) steps: