Skip to content

Commit 15fb517

Browse files
authored
fix(vendor): declare build.rs as included file in Cargo.toml (#2204)
1 parent 755c66d commit 15fb517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["The nix-rust Project Developers"]
88
repository = "https://github.com/nix-rust/nix"
99
license = "MIT"
1010
categories = ["os::unix-apis"]
11-
include = ["src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
11+
include = ["build.rs", "src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1212

1313
[package.metadata.docs.rs]
1414
all-features = true

0 commit comments

Comments
 (0)