Skip to content

Commit b930d32

Browse files
bors[bot]eldruin
andauthored
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 <[email protected]>
2 parents 7df5623 + 0d1b02f commit b930d32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

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

0 commit comments

Comments
 (0)