mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-16 01:05:02 +01:00
speed up tests by doing rustup which
`cargo test` goes from 2.4s to 1.6s
This commit is contained in:
parent
ea5fb6e4ba
commit
50dc094ddd
7 changed files with 99 additions and 34 deletions
|
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.70"
|
||||
cargo-minimize = { path = ".." }
|
||||
fs_extra = "1.3.0"
|
||||
once_cell = "1.17.1"
|
||||
rayon = "1.7.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue