Commit 1d2d38d
committed
fix: disable lzma/xz features in zip to resolve crc dependency conflict
Disabled default features for zip in kreuzberg-tesseract build dependencies
to avoid pulling in lzma-rust2 v0.15.3 which has incompatible crc v2.x
dependency. Only enable deflate feature which is needed for zip operations.1 parent 22ba97a commit 1d2d38d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments