forked from mirrors/gstreamer-rs
Switch from rustfmt-preview to rustfmt component in CI
We still have to stay at the nightly version of rustfmt as the `ignore` option is not stable yet.
This commit is contained in:
parent
86673009df
commit
a99f71bb65
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,6 @@ rustfmt:
|
|||
image: "rustlang/rust:nightly-slim"
|
||||
stage: "lint"
|
||||
script:
|
||||
- rustup component add rustfmt-preview
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --version
|
||||
- cargo fmt -- --color=always --check
|
||||
|
|
Loading…
Reference in a new issue