bump rust versions circleci
This commit is contained in:
parent
16e17ce364
commit
5044d5ca29
1 changed files with 21 additions and 21 deletions
|
@ -7,56 +7,56 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
name: build and test
|
||||
command: cargo build && cargo test
|
||||
threefour:
|
||||
command: cargo build
|
||||
fournine:
|
||||
docker:
|
||||
- image: circleci/rust:1.34.0
|
||||
- image: circleci/rust:1.49.0
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: build and test
|
||||
command: cargo build && cargo test
|
||||
threethree:
|
||||
command: cargo build
|
||||
foureight:
|
||||
docker:
|
||||
- image: circleci/rust:1.33.0
|
||||
- image: circleci/rust:1.48.0
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: build and test
|
||||
command: cargo build && cargo test
|
||||
threetwo:
|
||||
command: cargo build
|
||||
fourseven:
|
||||
docker:
|
||||
- image: circleci/rust:1.33.0
|
||||
- image: circleci/rust:1.47.0
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: build and test
|
||||
command: cargo build && cargo test
|
||||
threeone:
|
||||
command: cargo build
|
||||
foursix:
|
||||
docker:
|
||||
- image: circleci/rust:1.33.0
|
||||
- image: circleci/rust:1.46.0
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: build and test
|
||||
command: cargo build && cargo test
|
||||
threezero:
|
||||
command: cargo build
|
||||
fourfive:
|
||||
docker:
|
||||
- image: circleci/rust:1.33.0
|
||||
- image: circleci/rust:1.45.0
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: build and test
|
||||
command: cargo build && cargo test
|
||||
command: cargo build
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test:
|
||||
jobs:
|
||||
- latest
|
||||
- threefour
|
||||
- threethree
|
||||
- threetwo
|
||||
- threeone
|
||||
- threezero
|
||||
- fournine
|
||||
- foureight
|
||||
- fourseven
|
||||
- foursix
|
||||
- fourfive
|
||||
|
||||
|
|
Loading…
Reference in a new issue