You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments