Skip to content

Commit 9367df3

Browse files
committed
fix(oma-fetch): downgrade async-compression to 0.4.27 ... (#548)
... workaround #547
1 parent c98ebf3 commit 9367df3

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

Cargo.lock

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

oma-fetch/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ serde = { version = "1.0", features = ["derive"] }
1414
faster-hex = "0.10"
1515
sha2 = "0.10"
1616
futures = "0.3"
17-
async-compression = { version = "0.4", features = ["gzip", "xz", "futures-io", "bzip2", "zstd"] }
17+
# FIXME: issue https://github.com/AOSC-Dev/oma/issues/547, workaround downgrade to 0.4.27
18+
async-compression = { version = "=0.4.27", features = ["gzip", "xz", "futures-io", "bzip2", "zstd"] }
1819
# Note: Use the `uncheck_liblzma_version` feature here to force dynamic linking
1920
# even with older liblzma (Ubuntu 22.04 uses 5.2.x). Be mindful, however, that
2021
# async-compression depends on a different liblzma-rs than what is specified here.

0 commit comments

Comments
 (0)