Skip to content

Commit ca2c920

Browse files
committed
Pin cargo-hack to 0.5.14 in CI
Newer versions of cargo-hack require a newer toolchain to install
1 parent 098aba2 commit ca2c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build: &BUILD
2121
- $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets
2222
- $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET
2323
- $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET --all-targets -- -D warnings
24-
- if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN install cargo-hack; fi
24+
- if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN install --version 0.5.14 cargo-hack; fi
2525
- if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN hack $ZFLAGS check --target $TARGET --each-feature; fi
2626

2727
# Tests that do require executing the binaries

0 commit comments

Comments
 (0)