This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 49d92fa163 Update publishing instructions to publish arrow-avro as
part of 57 (#8622)
49d92fa163 is described below
commit 49d92fa163f61d677a971143c598ad9f020f8fec
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Oct 15 13:48:29 2025 -0700
Update publishing instructions to publish arrow-avro as part of 57 (#8622)
- Part of https://github.com/apache/arrow-rs/issues/4886
- Part of #7835
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)