aindustriosa / RustyBugA

Firmware for the MightyBugA line follower done in Rust programming language
MIT License
5 stars 3 forks source link

Hotfix: wrong embedded-hal dependency version in hal_button #37

Closed rafacouto closed 5 months ago

rafacouto commented 5 months ago

This change fix the version of the embedded-hal dependency in the crate _halbutton to the same one as used in the whole project.

punkto commented 5 months ago

Thanks!