sensehat-rs
sensehat-rs copied to clipboard
1.1.1 Release?
Is it possible to do a 1.1.1 release to pick up the fix for the sensehat-screen::ScreenError compilation error? I'm working around this by pointing directly at the repo in my Cargo.toml file. I'm not sure if there's a better way since I'm just now picking up rust but seems like this is a good fix to get out there. Thanks for your work on this!
Seconded! I had exactly this error. Instead I must use
sensehat = {git = "https://github.com/rust-embedded-community/sensehat-rs.git"}
which makes me sad