mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-24 08:11:09 -09:00
Fix the following error:
error[E0282]: type annotations needed for `Box<_>`
The issue came from the `time` library depedency of espflash
(see https://github.com/time-rs/time/issues/693).
The `time` library has been bumped in the following commit
2334907366
Fixes:
- https://autobuild.buildroot.org/results/321/321598baef543b84ce82c09a88e51ad745a15dfd/
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>