Skip to content

Commit a46d6b6

Browse files
alambjayzhan211
authored andcommitted
minor: include datafusion-ffi in publishing instructions (apache#13333)
1 parent 7b23286 commit a46d6b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/release/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ Verify that the Cargo.toml in the tarball contains the correct version
281281
(cd datafusion/proto-common && cargo publish)
282282
(cd datafusion/proto && cargo publish)
283283
(cd datafusion/substrait && cargo publish)
284+
(cd datafusion/ffi && cargo publish)
284285
```
285286

286287
The CLI needs a `--no-verify` argument because `build.rs` generates source into the `src` directory.

0 commit comments

Comments
 (0)