1
Fork 0

bump rust versions circleci

This commit is contained in:
juliangaal 2021-02-15 18:54:07 +01:00
parent 16e17ce364
commit 5044d5ca29

View file

@ -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