Skip to content

Commit 13fbb2a

Browse files
committed
fixup: fix bazel build
1 parent d6ab179 commit 13fbb2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ bazel_dep(name = "instrument_hooks", version = "1.0.0")
33

44
git_override(
55
module_name = "instrument_hooks",
6-
commit = "a2971f00dd2a9ce475d4f28ca2a1d7e4ec41eefd",
6+
commit = "cfac8beeb93146ac7413bcf9e0d07e494ce6b7f2",
77
remote = "https://github.com/CodSpeedHQ/instrument-hooks",
88
)

core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cc_library(
2626
":walltime_mode": ["CODSPEED_ENABLED", "CODSPEED_WALLTIME"],
2727
"//conditions:default": [],
2828
}),
29-
deps = ["//core/instrument-hooks:instrument_hooks"],
29+
deps = ["@instrument_hooks//:instrument_hooks"],
3030
visibility = ["//visibility:public"],
3131
)
3232

0 commit comments

Comments
 (0)