Skip to content

Commit a51ea30

Browse files
committed
fix: pin lzma-rust2 to 0.15.7 for crc compatibility
The lzma-rust2 0.16.1 upgrade is incompatible with crc 3.4.0. Pinning to 0.15.7 until lzma-rust2 updates for new crc API.
1 parent 29b38f5 commit a51ea30

File tree

2 files changed

+10
-35
lines changed

2 files changed

+10
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ clap = { version = "4.5", features = ["derive", "color", "suggestions"] }
7070
toml = "1.0.0"
7171
tempfile = "3.25.0"
7272
criterion = { version = "0.8", features = ["html_reports"] }
73-
lzma-rust2 = { version = "0.16.1" }
73+
lzma-rust2 = { version = "0.15.7" }
7474
getrandom = { version = "0.4.1", features = ["wasm_js"] }
7575
pdfium-render = { package = "kreuzberg-pdfium-render", path = "crates/kreuzberg-pdfium-render", version = "4.3" }
7676

0 commit comments

Comments
 (0)