mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

fix: parallel downloads order #133

Closed beeb closed 1 month ago

beeb commented 1 month ago

Now that downloads happen in parallel, we must be sure to order the download results (zip url and hash) in a consistent order since we iterate together with the the original list in lib.rs (via zip())