11[package ]
2- authors = [
" Jorge Aparicio <[email protected] >" ]
2+ authors = [
3+ " Jorge Aparicio <[email protected] >" ,
4+ " The Embedded Linux Team <[email protected] >" ,
5+ ]
36categories = [" embedded" , " hardware-support" ]
47description = " Implementation of the `embedded-hal` traits for Linux devices"
58keywords = [" Linux" , " hal" ]
69license = " MIT OR Apache-2.0"
710name = " linux-embedded-hal"
8- repository = " https://github.com/japaric /linux-embedded-hal"
11+ repository = " https://github.com/rust-embedded /linux-embedded-hal"
912version = " 0.3.0"
13+ readme = " README.md"
1014
1115[features ]
1216gpio_sysfs = [" sysfs_gpio" ]
@@ -15,15 +19,15 @@ gpio_cdev = ["gpio-cdev"]
1519default = [ " gpio_cdev" , " gpio_sysfs" ]
1620
1721[dependencies ]
18- embedded-hal = { version = " 0.2.3 " , features = [" unproven" ] }
19- gpio-cdev = { version = " 0.3 " , optional = true }
20- sysfs_gpio = { version = " 0.5 " , optional = true }
22+ embedded-hal = { version = " 0.2.6 " , features = [" unproven" ] }
23+ gpio-cdev = { version = " 0.5 " , optional = true }
24+ sysfs_gpio = { version = " 0.6 " , optional = true }
2125
22- i2cdev = " 0.4.3 "
23- nb = " 0.1.1 "
26+ i2cdev = " 0.5 "
27+ nb = " 0.1.3 "
2428serial-core = " 0.4.0"
2529serial-unix = " 0.4.0"
26- spidev = " 0.4 "
30+ spidev = " 0.5 "
2731void = " 1"
2832
2933[dev-dependencies ]
@@ -32,4 +36,4 @@ openpty = "0.1.0"
3236[dependencies .cast ]
3337# we don't need the `Error` implementation
3438default-features = false
35- version = " 0.2.2 "
39+ version = " 0.3 "
0 commit comments