File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
- Set default features to build both sysfs and cdev pin types
13
13
- Removed ` Pin ` export, use ` CdevPin ` or ` SysfsPin `
14
+ - Adapted to ` embedded-hal ` ` 1.0.0-alpha.2 ` release.
15
+ - Updated ` nb ` to version ` 1 ` .
14
16
15
17
## [ v0.3.0] - 2019-11-25
16
18
@@ -41,7 +43,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
41
43
42
44
### Added
43
45
44
- - implementation of the unproven ` embedded_hal::::digital::InputPin ` trait.
46
+ - implementation of the unproven ` embedded_hal::::digital::InputPin ` trait.
45
47
46
48
## [ v0.2.0] - 2018-05-14
47
49
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ gpio_cdev = ["gpio-cdev"]
15
15
default = [ " gpio_cdev" , " gpio_sysfs" ]
16
16
17
17
[dependencies ]
18
- embedded-hal = " =1.0.0-alpha.1 "
18
+ embedded-hal = " =1.0.0-alpha.3 "
19
19
gpio-cdev = { version = " 0.3" , optional = true }
20
20
sysfs_gpio = { version = " 0.5" , optional = true }
21
21
22
22
i2cdev = " 0.4.3"
23
- nb = " 0.1. 1"
23
+ nb = " 1"
24
24
serial-core = " 0.4.0"
25
25
serial-unix = " 0.4.0"
26
26
spidev = " 0.4"
You can’t perform that action at this time.
0 commit comments