From 2584b81ca1e500b9ac23a8f08b098389a3c21c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Thu, 26 Sep 2024 11:05:32 +0000 Subject: [PATCH] remove msrv --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6a8564..5caff3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: strategy: matrix: # keep MSRV in sync in ci.yaml and Cargo.toml - toolchain: [stable, '1.75.0'] + toolchain: [stable] features: [''] continue-on-error: [false] include: diff --git a/Cargo.toml b/Cargo.toml index 2a29bbf..e7ed4e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,6 @@ keywords = ["ethernet", "stm32h7", "adc", "dac", "physics"] repository = "https://github.com/quartiq/thermostat-eem" readme = "README.md" exclude = [".gitignore"] -# keep MSRV in sync in ci.yaml and Cargo.toml -rust-version = "1.75.0" [features] default = ["all_differential"]