Xuanwo commented on issue #1195: URL: https://github.com/apache/iceberg-rust/issues/1195#issuecomment-2796473325
Hi, our `Cargo.lock` file is already kept up to date, ensuring that we don’t break when using the latest versions of our dependencies. However, this test is designed to generate lock files using the minimal versions specified in `Cargo.toml`. This helps verify that the versions listed in `Cargo.toml` are correct and function as expected. It’s expected that this test does not use our existing lock files. If this test fails, it indicates that the versions specified in `Cargo.toml` are incorrect. For example, specifying `uuid = "1.1"` is incorrect if users cannot build `iceberg-rust` with `uuid = "=1.1.0"` and instead require a higher version. -- 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