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/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 351600fd85 add proto-common crate (#10858)
351600fd85 is described below

commit 351600fd85c4ae09ade605d92a61da51a06852c2
Author: Andy Grove <[email protected]>
AuthorDate: Mon Jun 10 19:19:35 2024 -0600

    add proto-common crate (#10858)
---
 dev/release/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/README.md b/dev/release/README.md
index c0ba87ad39..9486222c51 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -274,6 +274,7 @@ dot -Tsvg dev/release/crate-deps.dot > 
dev/release/crate-deps.svg
 (cd datafusion/common-runtime && cargo publish)
 (cd datafusion/physical-plan && cargo publish)
 (cd datafusion/core && cargo publish)
+(cd datafusion/proto-common && cargo publish)
 (cd datafusion/proto && cargo publish)
 (cd datafusion/substrait && cargo publish)
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to