Skip to content

Commit

Permalink
remove msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Sep 26, 2024
1 parent 87fe3cb commit 2584b81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 2584b81

Please sign in to comment.