Skip to content

Commit e595a80

Browse files
committed
chore: add uncheck-liblzma-version feature
liblzma-rs requires a higher version of liblzma to allow dynamic linking by default (see Portable-Network-Archive/liblzma-rs#173 for details), this feature will allow any version of the This feature will allow any version of liblzma to use dynamic linking.
1 parent a642a55 commit e595a80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ zlib = ["flate2"]
3333
zstd = ["libzstd", "zstd-safe"]
3434
zstdmt = ["zstd", "zstd-safe/zstdmt"]
3535
deflate64 = ["dep:deflate64"]
36+
uncheck-liblzma-version = ["liblzma/uncheck_liblzma_version"]
3637

3738
[dependencies]
3839
brotli = { version = "7.0", optional = true }
@@ -45,7 +46,7 @@ lz4 = { version = "1.28.1", optional = true }
4546
memchr = "2"
4647
pin-project-lite = "0.2"
4748
tokio = { version = "1.24.2", optional = true, default-features = false }
48-
liblzma = { version = "0.4.0", optional = true }
49+
liblzma = { version = "0.4.1", optional = true }
4950
zstd-safe = { version = "7", optional = true, default-features = false }
5051
deflate64 = { version = "0.1.5", optional = true }
5152

0 commit comments

Comments
 (0)