We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6f0ec commit 9b03219Copy full SHA for 9b03219
Cargo.toml
@@ -16,7 +16,7 @@ default = [ "gpio_cdev", "gpio_sysfs" ]
16
17
[dependencies]
18
embedded-hal = { version = "0.2.3", features = ["unproven"] }
19
-gpio-cdev = { version = "0.2", optional = true }
+gpio-cdev = { version = "0.3", optional = true }
20
sysfs_gpio = { version = "0.5", optional = true }
21
22
i2cdev = "0.4.3"
0 commit comments