Skip to content

Commit 8a63e3e

Browse files
committed
Also raise the MSRV just for cross-tests. Cross uses Serde too.
1 parent 8c65c37 commit 8a63e3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ task:
9595
PATH: $HOME/.cargo/bin:$PATH
9696
RUSTFLAGS: --cfg qemu -D warnings
9797
TOOL: cross
98+
# Cross needs at least 1.51.0 after Serde accidentally raised its MSRV.
99+
# And Clippy has too many false positives from 1.51.0 through 1.53.0
100+
TOOLCHAIN: 1.54.0
98101
matrix:
99102
- name: Linux arm gnueabi
100103
env:

0 commit comments

Comments
 (0)