Skip to content

Commit 0d1b02f

Browse files
committed
Note the change to the MSRV in the changelog
1 parent a917a33 commit 0d1b02f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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)