1
Fork 0

Merge pull request #52 from juliangaal/dependabot/cargo/nalgebra-0.31.2

Update nalgebra requirement from 0.24.1 to 0.31.2
This commit is contained in:
Julian Gaal 2022-10-29 20:01:57 +02:00 committed by GitHub
commit 17c9a709d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 82 deletions

View file

@ -1,88 +1,24 @@
version: 2
jobs:
latest:
1dot64:
docker:
- image: circleci/rust:latest
- image: cimg/rust:1.64.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fournine:
1dot63:
docker:
- image: circleci/rust:1.49.0
- image: cimg/rust:1.63.0
steps:
- checkout
- run:
name: build and test
command: cargo build
foureight:
1dot62:
docker:
- image: circleci/rust:1.48.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourseven:
docker:
- image: circleci/rust:1.47.0
steps:
- checkout
- run:
name: build and test
command: cargo build
foursix:
docker:
- image: circleci/rust:1.46.0
steps:
- checkout
- run:
name: build and test
command: cargo build
fourfive:
docker:
- image: circleci/rust:1.45.0
steps:
- checkout
- run:
name: build and test
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
- image: cimg/rust:1.62.0
steps:
- checkout
- run:
@ -93,15 +29,7 @@ workflows:
version: 2
build_and_test:
jobs:
- latest
- fournine
- foureight
- fourseven
- foursix
- fourfive
- fourfour
- fourthree
- fourtwo
- fourone
- fourzero
- 1dot64
- 1dot63
- 1dot62

View file

@ -16,7 +16,7 @@ libm = "0.2.1"
[dependencies.nalgebra]
default-features = false
version = "0.24.1"
version = "0.31.2"
[dev-dependencies]
i2cdev = "0.4.4"