project: use nightly in CI
The `rustfmt` configuration uses unstable features.
This commit is contained in:
parent
01c21c352d
commit
1eeedf3d7f
|
@ -1,5 +1,5 @@
|
|||
# Official language image.
|
||||
image: 'rust:latest'
|
||||
image: 'rustlang/rust:nightly'
|
||||
|
||||
stages:
|
||||
- lint
|
||||
|
|
Loading…
Reference in a new issue