Skip to content

Commit a10e7c2

Browse files
committed
fix: assure build-script is added to the package (#1572)
Otherwise, the `GIX_VERSION` environment variable is not available at build time, which can lead to runtime errors.
1 parent adf90cc commit a10e7c2

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
@@ -9,7 +9,7 @@ edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
version = "0.38.0"
1111
default-run = "gix"
12-
include = ["src/**/*", "LICENSE-*", "README.md"]
12+
include = ["src/**/*", "/build.rs", "LICENSE-*", "README.md"]
1313
resolver = "2"
1414

1515
[[bin]]

0 commit comments

Comments
 (0)