Skip to content

Commit 1faad97

Browse files
committed
Address review.
1 parent f9bc97b commit 1faad97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ r.from_cargo(
6161
"//ruby/extractor/codeql-extractor-fake-crate:Cargo.toml",
6262
],
6363
)
64-
use_repo(r, "rd")
64+
use_repo(r, ruby_deps="rd")
6565

6666
dotnet = use_extension("@rules_dotnet//dotnet:extensions.bzl", "dotnet")
6767
dotnet.toolchain(dotnet_version = "8.0.101")

ruby/extractor/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@rd//:defs.bzl", "aliases", "all_crate_deps")
1+
load("@ruby_deps//:defs.bzl", "aliases", "all_crate_deps")
22
load("//misc/bazel:rust.bzl", "codeql_rust_binary")
33

44
codeql_rust_binary(

shared/tree-sitter-extractor/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@rd//:defs.bzl", "aliases", "all_crate_deps")
1+
load("@ruby_deps//:defs.bzl", "aliases", "all_crate_deps")
22
load("@rules_rust//rust:defs.bzl", "rust_library")
33

44
package(default_visibility = ["//visibility:public"])

0 commit comments

Comments
 (0)