Skip to content

Commit 9b03219

Browse files
committed
Update gpio-cdev
1 parent 9e6f0ec commit 9b03219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = [ "gpio_cdev", "gpio_sysfs" ]
1616

1717
[dependencies]
1818
embedded-hal = { version = "0.2.3", features = ["unproven"] }
19-
gpio-cdev = { version = "0.2", optional = true }
19+
gpio-cdev = { version = "0.3", optional = true }
2020
sysfs_gpio = { version = "0.5", optional = true }
2121

2222
i2cdev = "0.4.3"

0 commit comments

Comments
 (0)