Skip to content

Commit

Permalink
Increase MSRV to 1.60.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jan 18, 2024
1 parent 2185b35 commit 6e069d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable, 1.31.0]
rust: [stable, 1.60.0]
TARGET:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.52.1]
rust: [1.60.0]
TARGET:
- x86_64-unknown-linux-gnu

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- MSRV increased to 1.60.
- Updated `embedded-hal` to version `1`.

## [0.2.2] - 2021-07-29
Expand Down

0 comments on commit 6e069d4

Please sign in to comment.