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

yihua pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 1753fcf8 build: mark hudi-jvm-ffi as not published (#719)
1753fcf8 is described below

commit 1753fcf8fa74b195aa08a82efe9e2fadcccf1a5b
Author: Y Ethan Guo <[email protected]>
AuthorDate: Fri Sep 4 08:04:02 2026 -0700

    build: mark hudi-jvm-ffi as not published (#719)
---
 crates/jvm-ffi/Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/crates/jvm-ffi/Cargo.toml b/crates/jvm-ffi/Cargo.toml
index bc557728..5905ddb1 100644
--- a/crates/jvm-ffi/Cargo.toml
+++ b/crates/jvm-ffi/Cargo.toml
@@ -18,6 +18,9 @@
 
 [package]
 name = "hudi-jvm-ffi"
+# Not published to crates.io yet; the release workflow's publish matrix
+# deliberately excludes it.
+publish = false
 version.workspace = true
 edition.workspace = true
 license.workspace = true

Reply via email to