xz2->liblzma and remove liblzma-sys · RustPython/RustPython@36cffab · GitHub
Skip to content

Commit 36cffab

Browse files
committed
xz2->liblzma and remove liblzma-sys
1 parent ff02c26 commit 36cffab

5 files changed

Lines changed: 594 additions & 186 deletions

File tree

Cargo.lock

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

Lib/test/test_lzma.py

Lines changed: 0 additions & 29 deletions

crates/stdlib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ pkcs8 = { version = "0.10", features = ["encryption", "pkcs5", "pem"], optional
139139

140140
[target.'cfg(not(any(target_os = "android", target_arch = "wasm32")))'.dependencies]
141141
libsqlite3-sys = { version = "0.36", features = ["bundled"], optional = true }
142-
lzma-sys = "0.1"
143-
xz2 = "0.1"
142+
liblzma = "0.4"
143+
liblzma-sys = "0.4"
144144

145145
[target.'cfg(windows)'.dependencies]
146146
paste = { workspace = true }

crates/stdlib/src/compression.rs

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)