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/).
1717
1818- Set default features to build both sysfs and cdev pin types.
1919- 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 ` .
2121- 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 ` .
2227
2328### Fixed
2429
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ default = [ "gpio_cdev", "gpio_sysfs" ]
1616
1717[dependencies ]
1818embedded-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 }
2121
22- i2cdev = " 0.4.3 "
22+ i2cdev = " 0.5 "
2323nb = " 0.1.3"
2424serial-core = " 0.4.0"
2525serial-unix = " 0.4.0"
26- spidev = " 0.4 "
26+ spidev = " 0.5 "
2727void = " 1"
2828
2929[dev-dependencies ]
@@ -32,4 +32,4 @@ openpty = "0.1.0"
3232[dependencies .cast ]
3333# we don't need the `Error` implementation
3434default-features = false
35- version = " 0.2.2 "
35+ version = " 0.3 "
You can’t perform that action at this time.
0 commit comments