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 /xtask/Cargo.toml | |
| 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 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 3c72bf1..9e565fa 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -6,10 +6,8 @@ publish = false [dependencies] anyhow = "1.0.43" -os_pipe = "1.1.2" clap = { version = "4", features = ["derive"] } -env_logger = "0.10.0" +pretty_env_logger = "0.4.0" log = "0.4.17" -rayon = "1.6.1" +rayon = { version = "1.6.1", optional = true } diffy = "0.3.0" -exitcode = "1.1.2" |
