mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
ci: switch back to a recent nightly
This commit is contained in:
parent
8e523d036c
commit
815c3d960d
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ language: rust
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
# work around problem about 'every suggestion should have at least one span'
|
rust: nightly
|
||||||
rust: nightly-2017-11-21
|
|
||||||
|
|
||||||
- env: TARGET=thumbv6m-none-eabi
|
- env: TARGET=thumbv6m-none-eabi
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
|
Loading…
Reference in a new issue