Skip to content

Commit Cargo.lock#193

Closed
georgestagg wants to merge 2 commits intomainfrom
cargo-lock
Closed

Commit Cargo.lock#193
georgestagg wants to merge 2 commits intomainfrom
cargo-lock

Conversation

@georgestagg
Copy link
Collaborator

@georgestagg georgestagg commented Mar 12, 2026

This change commits the cargo lock file. Without it, cargo resolves the latest versions of packages (with matching major version) at CI time. If such updates happen, and new packages are released with breaking changes before we are ready, this can break CI.

This happened today with duckdb v1.10500.0 and arrow v57. Using a lock file should keep CI builds on dependency versions that we know are building on our own machines, until we explicitly update and commit fixes for any breakages.

I think this should also improve the cargo cache hit rate, since package versions will be fixed.

@georgestagg
Copy link
Collaborator Author

Closing in favour of #195.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant