Skip to content

Commit 51ffb9a

Browse files
authored
fix: include path for data files (#173)
1 parent fecddfa commit 51ffb9a

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.4.1", default-features = false, features = ["datafusion"] }
File renamed without changes.

0 commit comments

Comments
 (0)