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.
2 parents 8789ce2 + ecaedd6 commit 3b10f16Copy full SHA for 3b10f16
Cargo.toml
@@ -21,17 +21,16 @@ default = [ "gpio_cdev", "gpio_sysfs" ]
21
22
[dependencies]
23
embedded-hal = "=1.0.0-alpha.6"
24
-gpio-cdev = { version = "0.5", optional = true }
25
-sysfs_gpio = { version = "0.6", optional = true }
26
-
27
-i2cdev = "0.5"
+gpio-cdev = { version = "0.5.1", optional = true }
+sysfs_gpio = { version = "0.6.1", optional = true }
+i2cdev = "0.5.1"
28
nb = "1"
29
serial-core = "0.4.0"
30
serial-unix = "0.4.0"
31
-spidev = "0.5"
+spidev = "0.5.1"
32
33
[dev-dependencies]
34
-openpty = "0.1.0"
+openpty = "0.2.0"
35
36
[dependencies.cast]
37
# we don't need the `Error` implementation
0 commit comments