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/15 00:52:11 UTC

[arrow-rs] branch master updated: Update instructions for new crates (#3111)

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 81ce601be Update instructions for new crates (#3111)
81ce601be is described below

commit 81ce601bef0b4e0c40a129c98e12e3acfae58c58
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Mon Nov 14 19:52:05 2022 -0500

    Update instructions for new crates (#3111)
---
 dev/release/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/release/README.md b/dev/release/README.md
index 8b7c934b2..61d8af55d 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -259,6 +259,8 @@ Rust Arrow Crates:
 (cd arrow-select && cargo publish)
 (cd arrow-cast && cargo publish)
 (cd arrow-ipc && cargo publish)
+(cd arrow-csv && cargo publish)
+(cd arrow-json && cargo publish)
 (cd arrow && cargo publish)
 (cd arrow-flight && cargo publish)
 (cd parquet && cargo publish)