Skip to content

Commit 30e5965

Browse files
pgrx-pg-sys missing build directory in Cargo.toml (#1756)
0.12.0-beta.0 errors in pgrx-pg-sys/build.rs due to the toml's `include` directive not including the build script's module.
1 parent 861845f commit 30e5965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgrx-pg-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repository = "https://github.com/pgcentralfoundation/pgrx/"
1919
documentation = "https://docs.rs/pgrx-pg-sys"
2020
readme = "README.md"
2121
edition = "2021"
22-
include = ["src/**/*", "README.md", "include/*", "cshim/*", "build.rs"]
22+
include = ["src/**/*", "README.md", "include/*", "cshim/*", "build.rs", "build/*"]
2323

2424
[features]
2525
default = [ ]

0 commit comments

Comments
 (0)