From 409fcf0cd18087b96480f3fbf929ac11645f9f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:15:12 +0000 Subject: [PATCH 1/3] Update nalgebra requirement from 0.24.1 to 0.31.2 Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Release notes](https://github.com/dimforge/nalgebra/releases) - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/compare/v0.24.1...v0.31.2) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 373d14b..ebecf95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From f54d41e6eda6cb470af19287fcbc37760d28cef5 Mon Sep 17 00:00:00 2001 From: juliangaal Date: Sat, 29 Oct 2022 19:54:06 +0200 Subject: [PATCH 2/3] move to new circle ci images --- .circleci/config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88f50c9..810ed44 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: latest: docker: - - image: circleci/rust:latest + - image: cimg/rust:latest steps: - checkout - run: @@ -10,7 +10,7 @@ jobs: command: cargo build fournine: docker: - - image: circleci/rust:1.49.0 + - image: cimg/rust:1.49.0 steps: - checkout - run: @@ -18,7 +18,7 @@ jobs: command: cargo build foureight: docker: - - image: circleci/rust:1.48.0 + - image: cimg/rust:1.48.0 steps: - checkout - run: @@ -26,7 +26,7 @@ jobs: command: cargo build fourseven: docker: - - image: circleci/rust:1.47.0 + - image: cimg/rust:1.47.0 steps: - checkout - run: @@ -34,7 +34,7 @@ jobs: command: cargo build foursix: docker: - - image: circleci/rust:1.46.0 + - image: cimg/rust:1.46.0 steps: - checkout - run: @@ -42,7 +42,7 @@ jobs: command: cargo build fourfive: docker: - - image: circleci/rust:1.45.0 + - image: cimg/rust:1.45.0 steps: - checkout - run: @@ -50,7 +50,7 @@ jobs: command: cargo build fourfour: docker: - - image: circleci/rust:1.44.0 + - image: cimg/rust:1.44.0 steps: - checkout - run: @@ -58,7 +58,7 @@ jobs: command: cargo build fourthree: docker: - - image: circleci/rust:1.43.0 + - image: cimg/rust:1.43.0 steps: - checkout - run: @@ -66,7 +66,7 @@ jobs: command: cargo build fourtwo: docker: - - image: circleci/rust:1.42.0 + - image: cimg/rust:1.42.0 steps: - checkout - run: @@ -74,7 +74,7 @@ jobs: command: cargo build fourone: docker: - - image: circleci/rust:1.40.0 + - image: cimg/rust:1.40.0 steps: - checkout - run: @@ -82,7 +82,7 @@ jobs: command: cargo build fourzero: docker: - - image: circleci/rust:1.40.0 + - image: cimg/rust:1.40.0 steps: - checkout - run: From 4841c079b644e44ce9eb35d1072f7ef1fa840ee9 Mon Sep 17 00:00:00 2001 From: juliangaal Date: Sat, 29 Oct 2022 19:59:01 +0200 Subject: [PATCH 3/3] use 2022 compilers for circleci --- .circleci/config.yml | 90 +++++--------------------------------------- 1 file changed, 9 insertions(+), 81 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 810ed44..cabbd59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,88 +1,24 @@ version: 2 jobs: - latest: + 1dot64: docker: - - image: cimg/rust:latest + - image: cimg/rust:1.64.0 steps: - checkout - run: name: build and test command: cargo build - fournine: + 1dot63: docker: - - image: cimg/rust:1.49.0 + - image: cimg/rust:1.63.0 steps: - checkout - run: name: build and test command: cargo build - foureight: + 1dot62: docker: - - image: cimg/rust:1.48.0 - steps: - - checkout - - run: - name: build and test - command: cargo build - fourseven: - docker: - - image: cimg/rust:1.47.0 - steps: - - checkout - - run: - name: build and test - command: cargo build - foursix: - docker: - - image: cimg/rust:1.46.0 - steps: - - checkout - - run: - name: build and test - command: cargo build - fourfive: - docker: - - image: cimg/rust:1.45.0 - steps: - - checkout - - run: - name: build and test - command: cargo build - fourfour: - docker: - - image: cimg/rust:1.44.0 - steps: - - checkout - - run: - name: build and test - command: cargo build - fourthree: - docker: - - image: cimg/rust:1.43.0 - steps: - - checkout - - run: - name: build and test - command: cargo build - fourtwo: - docker: - - image: cimg/rust:1.42.0 - steps: - - checkout - - run: - name: build and test - command: cargo build - fourone: - docker: - - image: cimg/rust:1.40.0 - steps: - - checkout - - run: - name: build and test - command: cargo build - fourzero: - docker: - - image: cimg/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