dannycjones opened a new pull request, #2739: URL: https://github.com/apache/iceberg-rust/pull/2739
## Which issue does this PR close? Addresses follow-up item: https://github.com/apache/iceberg-rust/pull/2627#pullrequestreview-4484455091 ## What changes are included in this PR? This change ensures that all CLI installs via Cargo will install using the same dependency graph as the crate was published with, avoiding dependencies silently changing. Sometimes patch version updates are fine, although occasionally breaking changes can slip in. This change standardizes all installs in the codebase to recommend using --locked. ## Are these changes tested? Tested by running the tools locally. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
