Commit 4e062ee
committed
fix: resolve crc duplication by pinning lzma-rust2 to 0.15.7
Revert lzma-rust2 from 0.16.1 to 0.15.7 to maintain compatibility with
zip v7.4.0, which requires lzma-rust2 ^0.15.
This eliminates duplicate crc versions (2.1.0 and 3.4.0) in the
dependency tree, consolidating to a single crc v3.3.0.
Root cause: lzma-rust2 v0.16.1 depends on crc v3.4.0, while zip's
transitive dependency on lzma-rust2 v0.15.3 requires crc v2.1.0.1 parent 22ba97a commit 4e062ee
3 files changed
+12
-37
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments