Closed BartMassey closed 3 months ago
Please add this to the changelog.
Done. Also fixed a screwup. Apologies.
Will fix the MSRV break in a moment.
Nope. Fix did not work. Help figuring this out appreciated. MSRV workflow exits with status 101, no obvious log message I could see.
Looks like the version of fixed
used by nrf51-hal
requires Rust 1.78.0 even on feature embedded-hal-02
. Bummer.
Shall we update the MSRV of this, or shall I try to get a fix in upstream?
Weird, what changed to break that? Personally I don't mind updating the MSRV, but I'd like to understand what caused it to break.
Looks like the version of fixed
used in nrf-hal
got bumped from 1.0.0 to 1.25.1 on 2024-03-06 when nrf-hal
was being prepared for 0.18 release. The new fixed
has an MSRV.
Made the
sda
andscl
pins in the variousI2c
Pins
struct public.Closes #150