gpio-cdev = { version = "0.3", features = ["async-tokio"] } fails
emilhoeiriis opened this issue · 4 comments
emilhoeiriis commented
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.
ryankurte commented
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"] }
posborne commented
@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.
posborne commented
0.4.0 is now published https://crates.io/crates/gpio-cdev