We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1f545 commit 333d03bCopy full SHA for 333d03b
.cirrus.yml
@@ -262,10 +262,8 @@ task:
262
name: Redox x86_64
263
env:
264
TARGET: x86_64-unknown-redox
265
- # Redox requires a nightly compiler.
266
- # If stuff breaks, change nightly to the date at
267
- # https://gitlab.redox-os.org/redox-os/redox/-/blob/master/rust-toolchain
268
- TOOLCHAIN: nightly-2021-06-15
+ # Redox's MSRV policy is unclear. Until they define it, use nightly.
+ TOOLCHAIN: nightly
269
setup_script:
270
- rustup target add $TARGET
271
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
0 commit comments