Skip to content

Commit 86b8c2b

Browse files
committed
bump e-h version, drop patch
1 parent 75467ef commit 86b8c2b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gpio_cdev = ["gpio-cdev"]
1616
default = [ "gpio_cdev", "gpio_sysfs" ]
1717

1818
[dependencies]
19-
embedded-hal = "=1.0.0-alpha.2"
19+
embedded-hal = "=1.0.0-alpha.3"
2020
gpio-cdev = { version = "0.3", optional = true }
2121
sysfs_gpio = { version = "0.5", optional = true }
2222

@@ -34,6 +34,3 @@ openpty = "0.1.0"
3434
default-features = false
3535
version = "0.2.2"
3636

37-
[patch.crates-io]
38-
embedded-hal = { git = "https://github.com/rust-embedded/embedded-hal" }
39-

0 commit comments

Comments
 (0)