summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-08-11 17:57:10 -0600
committerAlan Somers <asomers@gmail.com>2022-08-11 17:57:10 -0600
commit8a63e3e5d9f56ee1745b026945614c65f95a5a25 (patch)
tree01bda71ca8f0d521d445f3af59f5d0df55f0efc1
parent8c65c3702d8db4c06d155e3e9dc6bb18aba01c15 (diff)
downloadnix-8a63e3e5d9f56ee1745b026945614c65f95a5a25.zip
Also raise the MSRV just for cross-tests. Cross uses Serde too.
-rw-r--r--.cirrus.yml3
1 files changed, 3 insertions, 0 deletions
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: