embuild
embuild copied to clipboard
Bump Dependencies and Rust Edition
Thank you for your contribution!
We appreciate the time and effort you've put into this pull request. To help us review it efficiently, please ensure you've gone through the following checklist:
Submission Checklist 📝
- [x] I have updated existing examples or added new ones (if applicable).
- [x] I have used
cargo fmtcommand to ensure that all changed code is formatted correctly. - [x] I have used
cargo clippycommand to ensure that all changed code passes latest Clippy nightly lints. - [x] My changes were added to the
CHANGELOG.mdin the proper section.
Pull Request Details 📖
Description
Fixes #99
- Updated to Rust 2024 edition
- Updated all dependencies to latest versions
- cargo-pio: Migrated from structopt to clap 4 derive API