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

Build against current versions #6

Closed mike-kfed closed 3 years ago

mike-kfed commented 3 years ago

code updated to build with current versions of its dependencies.

I also updated the docs to reflect the new nightly requirements, and make it easier to use with the rust-toolchain file.

thanks for the amazing proof of concept!

lights0123 commented 3 years ago

Thanks!