diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-15 16:08:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 16:08:33 +0000 |
| commit | ef8046b060a375fd5e6b23d62c3a9a303bbd6e11 (patch) | |
| tree | 05e07ff7c734870af0e8996afe27913248980d64 /.cargo | |
| parent | f741475a3f552585f789b3b2b9c622b090e72057 (diff) | |
| parent | aeeb623a70b2bf4ae78f1629a5171406ba51ec4d (diff) | |
Merge #734
734: QoL + fixes for `xtasks` r=korken89 a=datdenkikniet
Preferably merge this before #732
Draft till I get around to fixing "no package" -> "all packages" on `xtask build` (and probably others)
Co-authored-by: datdenkikniet <jcdra1@gmail.com>
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index d70faef..0a62466 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,6 @@ [alias] xtask = "run --package xtask --" +pxtask = "run --package xtask --features rayon --" [target.thumbv6m-none-eabi] runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel" @@ -10,4 +11,4 @@ runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semiho [target.'cfg(all(target_arch = "arm", target_os = "none"))'] rustflags = [ "-C", "link-arg=-Tlink.x", -]
\ No newline at end of file +] |
