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