rust-iot / radio-hal

Embedded rust radio abstraction crate
https://ryan.kurte.nz/notes/2020-01-05-rust-radio
MIT License
69 stars 13 forks source link

Does not compile. embedded_hal API changed #29

Open BRA1L0R opened 1 year ago

BRA1L0R commented 1 year ago
unresolved import `embedded_hal::delay::blocking`

Path which would resolve in alpha v7 but is not working properly in alpha v9

Consider using an exact version specifier like this:

embedded_hal = "=1.0.0-alpha.7"
ryankurte commented 1 year ago

ahh yeeah we should fix (and probably also upgrade) that... for now fixing the version in your top level crate should sort it out?

BRA1L0R commented 1 year ago

Yeah just wanted to let you guys know ^.^