diff options
| author | Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> | 2025-03-11 23:20:41 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-11 20:20:41 +0000 |
| commit | 0214320087d5b37bf9d08d2b3b0b44eae512bf93 (patch) | |
| tree | 212634a55066f22a139f5d31cf32ed710a73f276 /Cargo.toml | |
| parent | 96f695737174449cbd9efbf4954b676b9bb35056 (diff) | |
Fix parallel package installation (#5979)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ ctrlc = "3.4.1" dirs = "6" ecow = { version = "0.2", features = ["serde"] } env_proxy = "0.4" +fastrand = "2.3" flate2 = "1" fontdb = { version = "0.23", default-features = false } fs_extra = "1.3" |
