add versions since 1.40
This commit is contained in:
parent
5044d5ca29
commit
e12f93f2c1
1 changed files with 45 additions and 0 deletions
|
@ -48,6 +48,46 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: build and test
|
name: build and test
|
||||||
command: cargo build
|
command: cargo build
|
||||||
|
fourfour:
|
||||||
|
docker:
|
||||||
|
- image: circleci/rust:1.44.0
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: build and test
|
||||||
|
command: cargo build
|
||||||
|
fourthree:
|
||||||
|
docker:
|
||||||
|
- image: circleci/rust:1.43.0
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: build and test
|
||||||
|
command: cargo build
|
||||||
|
fourtwo:
|
||||||
|
docker:
|
||||||
|
- image: circleci/rust:1.42.0
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: build and test
|
||||||
|
command: cargo build
|
||||||
|
fourone:
|
||||||
|
docker:
|
||||||
|
- image: circleci/rust:1.40.0
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: build and test
|
||||||
|
command: cargo build
|
||||||
|
fourzero:
|
||||||
|
docker:
|
||||||
|
- image: circleci/rust:1.40.0
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: build and test
|
||||||
|
command: cargo build
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
@ -59,4 +99,9 @@ workflows:
|
||||||
- fourseven
|
- fourseven
|
||||||
- foursix
|
- foursix
|
||||||
- fourfive
|
- fourfive
|
||||||
|
- fourfour
|
||||||
|
- fourthree
|
||||||
|
- fourtwo
|
||||||
|
- fourone
|
||||||
|
- fourzero
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue