stm32-rs / bxcan

bxCAN peripheral driver for STM32 chips
Apache License 2.0
31 stars 22 forks source link

Update defmt to 0.2.3 #45

Closed Sh3Rm4n closed 3 years ago

Sh3Rm4n commented 3 years ago

This upgrade is needed, as defmt 0.2.0 or 0.2.2 in my case is depending on semver 0.11.0 which then depends on pest_derive 1.0.0 which itself can not build with it minimal choosen dependency version for quote 0.3.0

Upgrading defmt updgrades semver to 1.0.0, which itself does not depend on pest_derive anymore, so that bxcan builds again.

This was all build under the dependecy resolution created by:

cargo +nightly update -Z minimal-versions
jonas-schievink commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Timed out.

jonas-schievink commented 3 years ago

bors retry

bors[bot] commented 3 years ago

Build succeeded: