Skip to content

Commit 96ec100

Browse files
committed
Update nb dependency
1 parent e90e8ba commit 96ec100

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515

1616
### Changed
1717

18+
- Set default features to build both sysfs and cdev pin types.
19+
- Removed `Pin` export, use `CdevPin` or `SysfsPin`.
1820
- Updated `embedded-hal` to version 0.2.6.
19-
- Set default features to build both sysfs and cdev pin types
20-
- Removed `Pin` export, use `CdevPin` or `SysfsPin`
21+
- Updated `nb` to version `0.1.3`.
2122

2223
### Fixed
2324

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gpio-cdev = { version = "0.3", optional = true }
2020
sysfs_gpio = { version = "0.5", optional = true }
2121

2222
i2cdev = "0.4.3"
23-
nb = "0.1.1"
23+
nb = "0.1.3"
2424
serial-core = "0.4.0"
2525
serial-unix = "0.4.0"
2626
spidev = "0.4"

0 commit comments

Comments
 (0)