Run clippy/rustfmt under 1.39 istead of latest, given that we don't use latest
This commit is contained in:
Родитель
571ab42b4b
Коммит
89c9a7895c
|
@ -242,7 +242,7 @@ jobs:
|
|||
- run: swiftformat megazords components/*/ios --lint --swiftversion 4 --verbose
|
||||
Check Rust formatting:
|
||||
docker:
|
||||
- image: circleci/rust:latest
|
||||
- image: circleci/rust:1.39
|
||||
steps:
|
||||
- checkout
|
||||
- setup-rust-toolchain
|
||||
|
@ -251,7 +251,7 @@ jobs:
|
|||
- run: cargo fmt -- --check
|
||||
Lint Rust with clippy:
|
||||
docker:
|
||||
- image: circleci/rust:latest
|
||||
- image: circleci/rust:1.39
|
||||
steps:
|
||||
- test-setup
|
||||
- run: rustup component add clippy
|
||||
|
|
Загрузка…
Ссылка в новой задаче