We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tsg-build
tsp-build
1 parent e10333b commit 7bec410Copy full SHA for 7bec410
python/extractor/tsg-python/tsp/BUILD.bazel
@@ -7,7 +7,7 @@ package(default_visibility = ["//visibility:public"])
7
# This will run the build script from the root of the workspace, and
8
# collect the outputs.
9
cargo_build_script(
10
- name = "tsg-build",
+ name = "tsp-build",
11
srcs = ["bindings/rust/build.rs"],
12
data = glob([
13
"src/**",
@@ -32,7 +32,7 @@ rust_library(
32
proc_macro_deps = all_crate_deps(
33
proc_macro = True,
34
),
35
- deps = [":tsg-build"] + all_crate_deps(
+ deps = [":tsp-build"] + all_crate_deps(
36
normal = True,
37
38
)
0 commit comments