project: use nightly in CI

The `rustfmt` configuration uses unstable features.
This commit is contained in:
Bruno BELANYI 2020-03-08 17:26:42 +01:00
parent 01c21c352d
commit 1eeedf3d7f

View file

@ -1,5 +1,5 @@
# Official language image.
image: 'rust:latest'
image: 'rustlang/rust:nightly'
stages:
- lint