Skip to content

Commit 619fa93

Browse files
authored
minor: include datafusion-ffi in publishing instructions (#13333)
1 parent c48f12d commit 619fa93

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)