rust-embedded/gpio-cdev

gpio-cdev = { version = "0.3", features = ["async-tokio"] } fails

emilhoeiriis opened this issue · 4 comments

Create a new project foo with gpio-cdev as a dependency with the async-tokio feature.

[dependencies]
gpio-cdev = { version = "0.3", features = ["async-tokio"] }

This gives us an error

... the package `foo` depends on `gpio-cdev`, with features: `async-tokio` but `gpio-cdev` does not have these features.

i believe we have not yet shipped a release including this feature (v0.3.0..master, cc. @posborne are we ready to do this?). for now you should be able to include this as a git dependency with:
gpio-cdev = { git = "https://github.com/rust-embedded/gpio-cdev.git", version = "0.3", features = ["async-tokio"] }

@ryankurte Thanks for the bump; that reminds me that I have a branch doing some polish sitting on my drive ready to be finished up to prep the next release. I'll get that up.

0.4.0 is now published https://crates.io/crates/gpio-cdev