Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
59: Note the change to the MSRV in the changelog r=ryankurte a=eldruin

After merging rust-embedded#55

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
  • Loading branch information
bors[bot] and eldruin committed Feb 11, 2021
2 parents 7df5623 + 0d1b02f commit b930d32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- Set default features to build both sysfs and cdev pin types
- Removed `Pin` export, use `CdevPin` or `SysfsPin`
- Set default features to build both sysfs and cdev pin types.
- Removed `Pin` export, use `CdevPin` or `SysfsPin`.
- Increased the Minimum Supported Rust Version to `1.36.0` due to an update of `gpio_cdev`.
- Adapted to `embedded-hal` `1.0.0-alpha.3` release.
- Updated `nb` to version `1`.

Expand Down

0 comments on commit b930d32

Please sign in to comment.