Commit 454ca7a
committed
deps: remove unused crc32fast dependency
Remove redundant crc32fast dependency from both root and uucore Cargo.toml
files since we now use the built-in Crc32IsoHdlc algorithm from crc-fast.
This addresses reviewer feedback about cleaning up unused dependencies while
maintaining all CRC32B functionality through the more efficient built-in approach.1 parent 4a3b23d commit 454ca7a
2 files changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | | - | |
174 | 172 | | |
175 | 173 | | |
176 | 174 | | |
| |||
0 commit comments