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
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: build and test
|
name: build and test
|
||||||
command: cargo build && cargo test
|
command: cargo build
|
||||||
threefour:
|
fournine:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.34.0
|
- image: circleci/rust:1.49.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: build and test
|
name: build and test
|
||||||
command: cargo build && cargo test
|
command: cargo build
|
||||||
threethree:
|
foureight:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.33.0
|
- image: circleci/rust:1.48.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: build and test
|
name: build and test
|
||||||
command: cargo build && cargo test
|
command: cargo build
|
||||||
threetwo:
|
fourseven:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.33.0
|
- image: circleci/rust:1.47.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: build and test
|
name: build and test
|
||||||
command: cargo build && cargo test
|
command: cargo build
|
||||||
threeone:
|
foursix:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.33.0
|
- image: circleci/rust:1.46.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: build and test
|
name: build and test
|
||||||
command: cargo build && cargo test
|
command: cargo build
|
||||||
threezero:
|
fourfive:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:1.33.0
|
- image: circleci/rust:1.45.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: build and test
|
name: build and test
|
||||||
command: cargo build && cargo test
|
command: cargo build
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- latest
|
- latest
|
||||||
- threefour
|
- fournine
|
||||||
- threethree
|
- foureight
|
||||||
- threetwo
|
- fourseven
|
||||||
- threeone
|
- foursix
|
||||||
- threezero
|
- fourfive
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue