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 75467ef commit 86b8c2bCopy full SHA for 86b8c2b
Cargo.toml
@@ -16,7 +16,7 @@ gpio_cdev = ["gpio-cdev"]
16
default = [ "gpio_cdev", "gpio_sysfs" ]
17
18
[dependencies]
19
-embedded-hal = "=1.0.0-alpha.2"
+embedded-hal = "=1.0.0-alpha.3"
20
gpio-cdev = { version = "0.3", optional = true }
21
sysfs_gpio = { version = "0.5", optional = true }
22
@@ -34,6 +34,3 @@ openpty = "0.1.0"
34
default-features = false
35
version = "0.2.2"
36
37
-[patch.crates-io]
38
-embedded-hal = { git = "https://github.com/rust-embedded/embedded-hal" }
39
-
0 commit comments