alamb opened a new pull request, #2752: URL: https://github.com/apache/arrow-rs/pull/2752
# Which issue does this PR close? Fixes: https://github.com/apache/arrow-rs/issues/2751 re https://github.com/apache/arrow-rs/issues/2665 # Rationale for this change https://github.com/apache/arrow-rs/pull/2693 added a new `arrow-buffer` crate on which arrow depends which is good 🎉 ⚖️ but it means we can no longer run `cargo publish --dry-run` for `arrow` as it it now depends on an as-yet-unpublushed crate (`arrow-buffer`) # What changes are included in this PR? 1. change to run `cargo publish --dry-run` for the leaf crate `arrow-buffer` rather than `arrow` 2. Remove unecessary (and ineffective `sed` command) # Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please add the `breaking change` label. --> -- 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]
