stm32f3xx-hal icon indicating copy to clipboard operation
stm32f3xx-hal copied to clipboard

Update dependencies to unblock build

Open sunsided opened this issue 1 year ago • 0 comments

This piggybacks on #367 to make the MSRV check pass and updates defmt to 0.3.0+.

This is related to https://github.com/rust-lang/rust/issues/113152


I spent an hour or so trying to find a combination of minimum versions that would satisfy the

cargo +nightly update -Z minimal-versions
cargo check --features=stm32f303xc,usb,rt,can,ld --lib --examples

check but to no avail. It will introduce a combination of proc-macro2 related versions that are incompatible.

sunsided avatar Jul 02 '24 11:07 sunsided