We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c65c37 commit 8a63e3eCopy full SHA for 8a63e3e
.cirrus.yml
@@ -95,6 +95,9 @@ task:
95
PATH: $HOME/.cargo/bin:$PATH
96
RUSTFLAGS: --cfg qemu -D warnings
97
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
101
matrix:
102
- name: Linux arm gnueabi
103
env:
0 commit comments