isaaccorley commented on PR #479: URL: https://github.com/apache/sedona-db/pull/479#issuecomment-3725590477
Fixed CI failure in 43524e3. **Root cause**: The merge commit introduced duplicate entries in `Cargo.lock` for the `heapless` package (versions 0.6.1 and 0.7.17 appeared twice each), causing `cargo` to fail with: ``` error: failed to parse lock file at: Cargo.lock Caused by: package `heapless` is specified twice in the lockfile ``` **Fix**: Regenerated `Cargo.lock` with `cargo generate-lockfile`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
