summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-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: