Skip to content

Commit

Permalink
fix(vendor): declare build.rs as included file in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ad0 committed Nov 23, 2023
1 parent 755c66d commit 3515dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
categories = ["os::unix-apis"]
include = ["src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
include = ["build.rs", "src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 3515dff

Please sign in to comment.