We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd3fb0 commit ea91ee6Copy full SHA for ea91ee6
Cargo.toml
@@ -21,19 +21,19 @@ default = [ "gpio_cdev", "gpio_sysfs" ]
21
22
[dependencies]
23
embedded-hal = "=1.0.0-alpha.5"
24
-gpio-cdev = { version = "0.4", optional = true }
+gpio-cdev = { version = "0.5", optional = true }
25
sysfs_gpio = { version = "0.5", optional = true }
26
27
-i2cdev = "0.4.3"
+i2cdev = "0.5"
28
nb = "1"
29
serial-core = "0.4.0"
30
serial-unix = "0.4.0"
31
-spidev = "0.4"
+spidev = "0.5"
32
33
[dev-dependencies]
34
openpty = "0.1.0"
35
36
[dependencies.cast]
37
# we don't need the `Error` implementation
38
default-features = false
39
-version = "0.2.2"
+version = "0.3"
0 commit comments