Skip to content

Commit febc97d

Browse files
committed
Use cimg/rust
1 parent 68d74fb commit febc97d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.circleci/config.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/rust:latest
6-
5+
- image: cimg/rust:1.59.0
76
steps:
87
- checkout
9-
108
- run:
11-
name: Install clippy
12-
command: rustup component add clippy
13-
- run:
14-
name: Install rustfmt
15-
command: rustup component add rustfmt
16-
9+
name: Check Version
10+
command: |
11+
cargo --version
12+
rustc --version
1713
- run:
1814
name: Check consistent formatting
1915
command: cargo fmt && git diff --exit-code

0 commit comments

Comments
 (0)