rust-embedded/gpio-cdev

Version 0.2 is not on crates.io

martinsp opened this issue · 2 comments

Installation instructions in the readme uses version 0.2, but it looks like 0.2 is not published on crates.io

    Updating crates.io index
error: failed to select a version for the requirement `gpio-cdev = "^0.2"`
  candidate versions found which didn't match: 0.1.0
  location searched: crates.io index

I had updated the readme as part of PR #10, which made it to master but wasn't published.
@posborne Is there a reason this was not published to crates.io?

🤦‍♂️ Published now. Apparently I failed to finish that task up.