lights0123 / async-avr

async/await for AVR with Rust
https://lights0123.com/blog/2020/07/25/async-await-for-avr-with-rust/
Apache License 2.0
33 stars 5 forks source link

Pin `avr-hal` revision #5

Closed Rahix closed 3 years ago

Rahix commented 3 years ago

Hey,

I expect some breaking changes in avr-hal soon so I think it is a good idea to pin the git dependency to a known-working revision to prevent headaches in the future. I've also updated the avr-device dependency explicitly to the latest version but I did not touch any other dependencies (running cargo update does show more possible updates).