Skip to content

Commit

Permalink
chore: Include build.rs in hipcheck crate
Browse files Browse the repository at this point in the history
Without this included, the `build.rs` won't get published to Crates.ip, which
would be a problem.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
  • Loading branch information
alilleybrinker authored and patrickjcasey committed Aug 30, 2024
1 parent 5ebd17d commit a0b6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
license = "Apache-2.0"
homepage = "https://mitre.github.io/hipcheck"
repository = "https://github.com/mitre/hipcheck"
include = ["src/**/*", "../LICENSE", "../README.md"]
include = ["src/**/*", "../LICENSE", "../README.md", "build.rs"]

# Rename the binary from the default "hipcheck" (based on the package name)
# to "hc".
Expand Down

0 comments on commit a0b6567

Please sign in to comment.