Skip to content

Commit 1e18183

Browse files
authored
Switch to zlib-rs (#186)
1 parent b2dbcfa commit 1e18183

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Cargo.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ base64 = "0.22.1"
1313
bzip2 = "0.5.2"
1414
clap = { version = "4.5.31", features = ["derive"] }
1515
directories = "6.0.0"
16-
flate2 = "1.1.0"
16+
flate2 = { version = "1.1.0", features = ["zlib-rs"], default-features = false }
1717
fs4 = { version = "0.13.0", features = ["sync"] }
1818
indicatif = { version = "0.17.11", features = ["improved_unicode"] }
1919
once_cell = "1.20.2"
@@ -26,7 +26,7 @@ zstd = "0.13.2"
2626

2727
[build-dependencies]
2828
base64 = "0.22.1"
29-
flate2 = "1.1.0"
29+
flate2 = { version = "1.1.0", features = ["zlib-rs"], default-features = false }
3030
highway = "1.3.0"
3131
rand = "0.9.0"
3232
regex = "1.11.1"

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
***Added:***
12+
13+
- Switch to `zlib-rs` for handling `.tar.gz` distributions
14+
1115
## 0.27.0 - 2025-03-12
1216

1317
***Added:***

0 commit comments

Comments
 (0)