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

xudong963 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 76559df0cf fix: correct readme field in Cargo.toml to use string 
format (#17310)
76559df0cf is described below

commit 76559df0cf8678a8300250b433b419ec9b8c03be
Author: Alex Huang <huangweijun1...@gmail.com>
AuthorDate: Mon Aug 25 11:28:00 2025 +0300

    fix: correct readme field in Cargo.toml to use string format (#17310)
---
 datafusion/spark/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/spark/Cargo.toml b/datafusion/spark/Cargo.toml
index 4ed82a453d..7ee5a8b129 100644
--- a/datafusion/spark/Cargo.toml
+++ b/datafusion/spark/Cargo.toml
@@ -22,7 +22,7 @@ version = { workspace = true }
 homepage = { workspace = true }
 repository = { workspace = true }
 authors = { workspace = true }
-readme = { workspace = true }
+readme = "README.md"
 license = { workspace = true }
 edition = { workspace = true }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to