This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch alamb-patch-1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
commit bfa1f96d51b41d7e4b233395da320eadab819cb1 Author: Andrew Lamb <[email protected]> AuthorDate: Wed Oct 15 09:17:21 2025 -0400 Update publishing instructions to publish arrow-avro as part of 57 - Part of https://github.com/apache/arrow-rs/issues/4886 I believe the crate is set to be published with Arrow 57 so let's add it to the publishing instructions --- dev/release/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/release/README.md b/dev/release/README.md index fcb797f4a8..a52274649f 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -255,6 +255,7 @@ Rust Arrow Crates: (cd arrow-row && cargo publish) (cd arrow-pyarrow && cargo publish) (cd arrow && cargo publish) +(cd arrow-avro && cargo publish) (cd arrow-flight && cargo publish) (cd parquet-variant && cargo publish) (cd parquet-variant-json && cargo publish)
