Skip to content

Commit 9a7ffdd

Browse files
committed
chore: correct README link
1 parent e857e1f commit 9a7ffdd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ keywords = ["database", "postgresql", "datafusion"]
1212
homepage = "https://github.com/sunng87/datafusion-postgres/"
1313
repository = "https://github.com/sunng87/datafusion-postgres/"
1414
documentation = "https://docs.rs/crate/datafusion-postgres/"
15-
readme = "README.md"
1615

1716
[workspace.dependencies]
1817
pgwire = "0.30.2"

datafusion-postgres-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords.workspace = true
99
homepage.workspace = true
1010
repository.workspace = true
1111
documentation.workspace = true
12-
readme.workspace = true
12+
readme = "../README.md"
1313

1414
[dependencies]
1515
pgwire = { workspace = true }

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords.workspace = true
99
homepage.workspace = true
1010
repository.workspace = true
1111
documentation.workspace = true
12-
readme.workspace = true
12+
readme = "../README.md"
1313

1414
[dependencies]
1515
async-trait = "0.1"

0 commit comments

Comments
 (0)