Skip to content

Commit 00f16df

Browse files
committed
Remove build.rs from include path in Cargo.toml
1 parent 23d175d commit 00f16df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ readme = "README.md"
2626
license = "Apache-2.0"
2727
edition = "2021"
2828
rust-version = "1.78"
29-
include = ["/src", "/datafusion", "/LICENSE.txt", "/build.rs", "pyproject.toml", "Cargo.toml", "Cargo.lock"]
29+
include = ["/src", "/datafusion", "/LICENSE.txt", "pyproject.toml", "Cargo.toml", "Cargo.lock"]
3030

3131
[features]
3232
default = ["mimalloc"]

0 commit comments

Comments
 (0)