aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-06-21 13:58:34 +0100
committerVeetaha <[email protected]>2020-07-07 21:30:11 +0100
commitf92bfb580780cda02f9ba8a935538f984d8a4c0d (patch)
treefbf0e24250cc36eaa122904e78cd7cb50fe1c665 /xtask/Cargo.toml
parent980a67f44629ed67a54b603aaf9d015a81d61f7a (diff)
Gzip artifacts
Co-authored-by: bjorn3 <[email protected]> Override miniz_oxide to build it with optimizations Building this crate with optimizations decreases the gzipping part of `cargo xtask dist` from `30-40s` down to `3s`, the overhead for `rustc` to apply optimizations is miserable on this background
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index a8b9b010d..8045a98ea 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -14,3 +14,4 @@ pico-args = "0.3.1"
14quote = "1.0.2" 14quote = "1.0.2"
15proc-macro2 = "1.0.8" 15proc-macro2 = "1.0.8"
16anyhow = "1.0.26" 16anyhow = "1.0.26"
17flate2 = "1.0"