This is an automated email from the ASF dual-hosted git repository.

timsaucer 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 e6ad9d6493 Update dev script to publish FFI crate (#13322)
e6ad9d6493 is described below

commit e6ad9d64935c8c8bf71bd31c0d66b6c7e28d77db
Author: Tim Saucer <[email protected]>
AuthorDate: Sun Nov 10 07:09:13 2024 -0500

    Update dev script to publish FFI crate (#13322)
---
 dev/update_datafusion_versions.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/update_datafusion_versions.py 
b/dev/update_datafusion_versions.py
index 4cb479b6df..cf72e5a415 100755
--- a/dev/update_datafusion_versions.py
+++ b/dev/update_datafusion_versions.py
@@ -32,6 +32,7 @@ crates = {
     'datafusion': 'datafusion/core/Cargo.toml',
     'datafusion-execution': 'datafusion/execution/Cargo.toml',
     'datafusion-expr': 'datafusion/expr/Cargo.toml',
+    'datafusion-ffi': 'datafusion/ffi/Cargo.toml',
     'datafusion-functions': 'datafusion/functions/Cargo.toml',
     'datafusion-functions-aggregate': 
'datafusion/functions-aggregate/Cargo.toml',
     'datafusion-functions-nested': 'datafusion/functions-nested/Cargo.toml',


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

Reply via email to