From 098bf2bdcf5b69b01f0450558a3c107425fc62bc Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sun, 10 Nov 2024 03:18:11 -0500 Subject: [PATCH] minor: include datafusion-ffi in 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 5210c2397474..cac8ea654f40 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -281,6 +281,7 @@ Verify that the Cargo.toml in the tarball contains the correct version (cd datafusion/proto-common && cargo publish) (cd datafusion/proto && cargo publish) (cd datafusion/substrait && cargo publish) +(cd datafusion/ffi && cargo publish) ``` The CLI needs a `--no-verify` argument because `build.rs` generates source into the `src` directory.