Skip to content

Commit 9fa8de3

Browse files
committed
chore: update version
1 parent cd99490 commit 9fa8de3

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 = "3fdf53b869568fd2d20f11a72be574563846c356",
6+
commit = "2f76011076d42a3c3b96c44c6a7934058870fcc5",
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 3fdf53b869568fd2d20f11a72be574563846c356
18+
GIT_TAG 2f76011076d42a3c3b96c44c6a7934058870fcc5
1919
)
2020
FetchContent_MakeAvailable(instrument_hooks)
2121

0 commit comments

Comments
 (0)