liurenjie1024 commented on code in PR #445: URL: https://github.com/apache/iceberg-rust/pull/445#discussion_r1668577343
########## .github/workflows/ci.yml: ########## @@ -61,14 +84,29 @@ jobs: - windows-latest steps: - uses: actions/checkout@v4 + + - name: Install Rust ${{ env.rust_min }} Review Comment: This is different from latest stable. This is the minimum version we support. ########## .github/workflows/publish.yml: ########## @@ -42,6 +46,14 @@ jobs: - "crates/catalog/rest" steps: - uses: actions/checkout@v4 + + - name: Install Rust ${{ env.rust_min }} Review Comment: Ditto. -- 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