You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/11/04 02:31:51 UTC

[arrow-rs] branch master updated: Add arrow-select to list of crates to publish (#3012)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 97c881dc4 Add arrow-select to list of crates to publish (#3012)
97c881dc4 is described below

commit 97c881dc42fdbc59a057769d4a2ba28e332de4b0
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Thu Nov 3 22:31:46 2022 -0400

    Add arrow-select to list of crates to publish (#3012)
---
 dev/release/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/README.md b/dev/release/README.md
index b3fa546b5..a12e07f8e 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -256,6 +256,7 @@ Rust Arrow Crates:
 (cd arrow-schema && cargo publish)
 (cd arrow-data && cargo publish)
 (cd arrow-array && cargo publish)
+(cd arrow-select && cargo publish)
 (cd arrow && cargo publish)
 (cd arrow-flight && cargo publish)
 (cd parquet && cargo publish)