Rahix / avr-hal

embedded-hal abstractions for AVR microcontrollers
Apache License 2.0
1.23k stars 216 forks source link

examples: Pin proc-macro2 in all examples #544

Closed Rahix closed 1 month ago

Rahix commented 1 month ago

The latest releases of proc-macro2 do not support the rust toolchain that we use (#537). Thus, we must fix this dependency to an older version where our toolchain is still supported.