File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
18
18
- Set default features to build both sysfs and cdev pin types.
19
19
- Removed ` Pin ` export, use ` CdevPin ` or ` SysfsPin ` .
20
- - Updated ` embedded-hal ` to version 0.2.6.
20
+ - Updated ` embedded-hal ` to version ` 0.2.6 ` .
21
21
- Updated ` nb ` to version ` 0.1.3 ` .
22
+ - Updated ` gpio-cdev ` to version ` 0.5 ` .
23
+ - Updated ` i2cdev ` to version ` 0.5 ` .
24
+ - Updated ` spidev ` to version ` 0.5 ` .
25
+ - Updated ` sysfs-gpio ` to version ` 0.6 ` .
26
+ - Updated ` cast ` to version ` 0.3 ` .
22
27
23
28
### Fixed
24
29
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ default = [ "gpio_cdev", "gpio_sysfs" ]
16
16
17
17
[dependencies ]
18
18
embedded-hal = { version = " 0.2.6" , features = [" unproven" ] }
19
- gpio-cdev = { version = " 0.3 " , optional = true }
20
- sysfs_gpio = { version = " 0.5 " , optional = true }
19
+ gpio-cdev = { version = " 0.5 " , optional = true }
20
+ sysfs_gpio = { version = " 0.6 " , optional = true }
21
21
22
- i2cdev = " 0.4.3 "
22
+ i2cdev = " 0.5 "
23
23
nb = " 0.1.3"
24
24
serial-core = " 0.4.0"
25
25
serial-unix = " 0.4.0"
26
- spidev = " 0.4 "
26
+ spidev = " 0.5 "
27
27
void = " 1"
28
28
29
29
[dev-dependencies ]
@@ -32,4 +32,4 @@ openpty = "0.1.0"
32
32
[dependencies .cast ]
33
33
# we don't need the `Error` implementation
34
34
default-features = false
35
- version = " 0.2.2 "
35
+ version = " 0.3 "
You can’t perform that action at this time.
0 commit comments