We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53a08e commit e7a2c23Copy full SHA for e7a2c23
.cirrus.yml
@@ -116,7 +116,7 @@ task:
116
TARGET: x86_64-unknown-linux-musl
117
TOOLCHAIN: 1.40.0
118
container:
119
- image: rust:1.36
+ image: rust:1.40
120
setup_script:
121
- rustup toolchain install $TOOLCHAIN
122
- rustup target add --toolchain $TOOLCHAIN $TARGET
@@ -161,7 +161,7 @@ task:
161
env:
162
TARGET: x86_64-unknown-netbsd
163
164
165
166
- rustup target add $TARGET
167
script:
0 commit comments