mtthw-meyer / libdaisy-rust

Hardware Abstraction Layer implementation for Daisy boards
MIT License
47 stars 17 forks source link

usb-midi i/o example #30

Closed x37v closed 2 years ago

mtthw-meyer commented 2 years ago

Looks good. I'll see what is up with the CI.

x37v commented 2 years ago

there is an error panicking in constants is unstable .. I'm not sure where that is coming from but I assume that is happening to me in another branch where i'm trying to upgrade the HAL..

x37v commented 2 years ago

looks like they added const panic in rust 1.57 okay to upgrade the CI and set the minimum supported rust version? https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1570-2021-12-02

mtthw-meyer commented 2 years ago

looks like they added const panic in rust 1.57 okay to upgrade the CI and set the minimum supported rust version? https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1570-2021-12-02

Might as well bump it up to 1.60.