Xuanwo commented on code in PR #1114: URL: https://github.com/apache/iceberg-rust/pull/1114#discussion_r2004914808
########## CONTRIBUTING.md: ########## @@ -127,6 +114,13 @@ For podman, refer to [Using Podman instead of Docker](docs/contributing/podman.m * To run unit tests only: `make unit-test` * To run all tests: `make test` +## Dependencies + +`Cargo.lock` is committed, and regularly updated by dependabot to make sure the latest dependency versions are +tested in CI and developers have reproducible builds. + +In `Cargo.toml`, we use a wider range of versions support, to allow users to choose their dependency versions. Review Comment: In `Cargo.toml`, we specify the minimum version required to use `iceberg-rust`. This allows users to choose their dependency versions without always upgrading to the latest. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org