From 8a63e3e5d9f56ee1745b026945614c65f95a5a25 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 11 Aug 2022 17:57:10 -0600 Subject: Also raise the MSRV just for cross-tests. Cross uses Serde too. --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index f5c56ab8..ff993086 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -95,6 +95,9 @@ task: PATH: $HOME/.cargo/bin:$PATH RUSTFLAGS: --cfg qemu -D warnings TOOL: cross + # Cross needs at least 1.51.0 after Serde accidentally raised its MSRV. + # And Clippy has too many false positives from 1.51.0 through 1.53.0 + TOOLCHAIN: 1.54.0 matrix: - name: Linux arm gnueabi env: -- cgit v1.2.3