Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-07 | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | |
Closes: https://github.com/embassy-rs/embassy/issues/1002 | |||
2022-06-18 | Merge pull request #822 from embassy-rs/remove-authors | Dario Nieuwenhuis | |
Remove the authors field from Cargo.tomls | |||
2022-06-18 | Merge pull request #821 from embassy-rs/defmt-trace | Dario Nieuwenhuis | |
Add env DEFMT_LOG=trace to all examples. | |||
2022-06-18 | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | |
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". | |||
2022-06-18 | Update to 2021 edition. (#820) | Dario Nieuwenhuis | |
2022-06-18 | Add env DEFMT_LOG=trace to all examples. | Dario Nieuwenhuis | |
2022-06-12 | Run rustfmt. | Dario Nieuwenhuis | |
2021-09-11 | Update lots of deps | Dario Nieuwenhuis | |
2021-08-17 | xtask runner for CI types of things and other utilities. | Bob McWhirter | |