nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Check in Cargo.lock and set MSRV #153

Closed qwandor closed 3 months ago

qwandor commented 3 months ago

This should avoid CI breaking due to new versions of dependencies being released, which may have a higher MSRV.

See #152.

qwandor commented 3 months ago

@BartMassey can you look at this too?