mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Rework command execution structure and make rayon optional (since it's not necessarily faster
due to workspace wide lockfile contention)
This commit is contained in:
parent
1ccca03a70
commit
525703358b
6 changed files with 223 additions and 117 deletions
|
|
@ -9,6 +9,5 @@ anyhow = "1.0.43"
|
|||
clap = { version = "4", features = ["derive"] }
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue