We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48f12d commit 619fa93Copy full SHA for 619fa93
dev/release/README.md
@@ -281,6 +281,7 @@ Verify that the Cargo.toml in the tarball contains the correct version
281
(cd datafusion/proto-common && cargo publish)
282
(cd datafusion/proto && cargo publish)
283
(cd datafusion/substrait && cargo publish)
284
+(cd datafusion/ffi && cargo publish)
285
```
286
287
The CLI needs a `--no-verify` argument because `build.rs` generates source into the `src` directory.
0 commit comments