Skip to content

Commit debf3de

Browse files
committed
chroe: update to latest version with fixed feature id
1 parent 9fa8de3 commit debf3de

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 = "2f76011076d42a3c3b96c44c6a7934058870fcc5",
6+
commit = "bfb5c7e8c056d3e98c01d6c64e188c9863df60d4",
77
remote = "https://github.com/CodSpeedHQ/instrument-hooks",
88
)

core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include(FetchContent)
1515
FetchContent_Declare(
1616
instrument_hooks
1717
GIT_REPOSITORY https://github.com/CodSpeedHQ/instrument-hooks/
18-
GIT_TAG 2f76011076d42a3c3b96c44c6a7934058870fcc5
18+
GIT_TAG bfb5c7e8c056d3e98c01d6c64e188c9863df60d4
1919
)
2020
FetchContent_MakeAvailable(instrument_hooks)
2121

0 commit comments

Comments
 (0)