Skip to content

Commit

Permalink
chore: bump MSRV to 1.56
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Nov 9, 2023
1 parent 8c4cb5b commit caf651a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- stable
- beta
- nightly
- 1.36 # MSRV
- 1.56 # MSRV

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ version = "0.1.0"
readme = "README.md"
edition = "2021"

rust-version = "1.56"

[dependencies]
embedded-hal = "0.2.1"

0 comments on commit caf651a

Please sign in to comment.