aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* stm32: use stm32-metapac from crates.io, remove stm32-data submodule.Dario Nieuwenhuis2023-03-201-11/+0
|
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-4/+0
| | | | | | | | | | | It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors".
* Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-181-1/+1
|
* Update lots of depsDario Nieuwenhuis2021-09-111-4/+4
|
* xtask runner for CI types of things and other utilities.Bob McWhirter2021-08-171-0/+14