Skip to content

Commit b715d98

Browse files
committed
chore: update version
1 parent 0470dfa commit b715d98

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 = "0cb5c328b63e432a2b5decf3523baefc06336953",
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 0cb5c328b63e432a2b5decf3523baefc06336953
1919
)
2020
FetchContent_MakeAvailable(instrument_hooks)
2121

0 commit comments

Comments
 (0)