aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/3rdparty/crates/BUILD.gix-filter-0.5.0.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'crate_universe/3rdparty/crates/BUILD.gix-filter-0.5.0.bazel')
-rw-r--r--crate_universe/3rdparty/crates/BUILD.gix-filter-0.5.0.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/crate_universe/3rdparty/crates/BUILD.gix-filter-0.5.0.bazel b/crate_universe/3rdparty/crates/BUILD.gix-filter-0.5.0.bazel
index cbad0b64..0b3a074c 100644
--- a/crate_universe/3rdparty/crates/BUILD.gix-filter-0.5.0.bazel
+++ b/crate_universe/3rdparty/crates/BUILD.gix-filter-0.5.0.bazel
@@ -12,12 +12,16 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "gix_filter",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
aliases = {
"@cui__gix-packetline-blocking-0.16.6//:gix_packetline_blocking": "gix_packetline",
},
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",