We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7df5623 + 0d1b02f commit b930d32Copy full SHA for b930d32
CHANGELOG.md
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Changed
11
12
-- Set default features to build both sysfs and cdev pin types
13
-- 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`.
14
+- Increased the Minimum Supported Rust Version to `1.36.0` due to an update of `gpio_cdev`.
15
- Adapted to `embedded-hal` `1.0.0-alpha.3` release.
16
- Updated `nb` to version `1`.
17
0 commit comments