mbrobbel opened a new pull request, #4653: URL: https://github.com/apache/arrow-rs/pull/4653
# Which issue does this PR close? None. # Rationale for this change Some crates use the `workspace.rust-version` which is set to `1.62`. However, for example `arrow-buffer` won't compile with `1.62`, because it depends on `half`, which requires `1.70`. # What changes are included in this PR? This bumps the `workspace.rust-version` to `1.70.0`, and sets all members (which didn't already do this) to use the `workspace.rust-version`. # Are there any user-facing changes? Yes, the `rust-version` field for all crates in the workspace is now correct and the same. -- 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]
