Skip to content

Commit b8f97dd

Browse files
committed
Merge branch 'master' of github.com:sunng87/datafusion-postgres
2 parents f7ba534 + 51ffb9a commit b8f97dd

File tree

69 files changed

+591
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+591
-129
lines changed

datafusion-postgres/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ repository.workspace = true
1111
documentation.workspace = true
1212
readme = "../README.md"
1313
rust-version.workspace = true
14+
include = [
15+
"src/**/*",
16+
"pg_catalog_arrow_exports/**/*",
17+
"Cargo.toml"
18+
]
19+
1420

1521
[dependencies]
1622
arrow-pg = { path = "../arrow-pg", version = "0.5.0", default-features = false, features = ["datafusion"] }
File renamed without changes.

0 commit comments

Comments
 (0)