esp-rs / embuild

Build support for embedded Rust: Cargo integration with other embedded build ecosystems & tools, like PlatformIO, CMake and kconfig.
Apache License 2.0
139 stars 40 forks source link

Update embuild version in Cargo.lock #47

Closed kevin-june closed 2 years ago

kevin-june commented 2 years ago

Both the cargo-pio and ldproxy packages depend on embuild. When the version of embuild is updated, Cargo.lock will change to capture this new requirement.

I didn't run cargo update - that introduces quite a few changes - but I can add that to this PR if that is useful.

Thanks!