Skip to content

Commit 76559df

Browse files
authored
fix: correct readme field in Cargo.toml to use string format (apache#17310)
1 parent 6368daf commit 76559df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/spark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = { workspace = true }
2222
homepage = { workspace = true }
2323
repository = { workspace = true }
2424
authors = { workspace = true }
25-
readme = { workspace = true }
25+
readme = "README.md"
2626
license = { workspace = true }
2727
edition = { workspace = true }
2828

0 commit comments

Comments
 (0)