aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
AgeCommit message (Collapse)Author
2024-06-23Update diffy requirement from 0.3.0 to 0.4.0 (#950)dependabot[bot]
Updates the requirements on [diffy](https://github.com/bmwill/diffy) to permit the latest version. - [Changelog](https://github.com/bmwill/diffy/blob/master/CHANGELOG.md) - [Commits](https://github.com/bmwill/diffy/commits) --- updated-dependencies: - dependency-name: diffy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22Update pretty_env_logger requirement from 0.4.0 to 0.5.0dependabot[bot]
Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version. - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: pretty_env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-04-15Rework command execution structure and make rayon optional (since it's not ↵datdenkikniet
necessarily faster due to workspace wide lockfile contention)
2023-04-15Use pretty_env_logger insteaddatdenkikniet
2023-04-15Add some QoL to run_commanddatdenkikniet
2023-03-01xtask: Propagate stdio/stderr, exitcodesHenrik Tjäder
2023-03-01xtask: Add proper diff printing in case of incorrect resultsHenrik Tjäder
2023-03-01Improve build time with RayonHenrik Tjäder
2023-03-01Upgrade to clap v4, use log and env_loggerHenrik Tjäder
2023-03-01Move rtic macros to repo root, tune xtaskHenrik Tjäder
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Emil Fresk
2023-01-03Update os_pipe requirement from 0.9.2 to 1.1.2dependabot[bot]
Updates the requirements on [os_pipe](https://github.com/oconnor663/os_pipe.rs) to permit the latest version. - [Release notes](https://github.com/oconnor663/os_pipe.rs/releases) - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.1.2) --- updated-dependencies: - dependency-name: os_pipe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-23The great docs updateEmil Fresk
2021-09-16implement run-pass tests as xtasksLotte Steenbrink
`