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 direct crc32fast dependency from Cargo.lock while preserving
all transitive dependencies required by zip, flate2, and wasm-bindgen.
This minimal change only removes our direct usage of crc32fast,
keeping all other package versions unchanged to avoid excessive
dependency updates.
0 commit comments