Skip to content

Commit c638d0d

Browse files
committed
chore: update deps
1 parent 7f0d31f commit c638d0d

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 = "8e34d9966c9f2a85d9200dbd16dbd19c4033c2a5",
6+
commit = "10a539b493f108ec91ab085a71e35c372154c0ab",
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 8e34d9966c9f2a85d9200dbd16dbd19c4033c2a5
18+
GIT_TAG 10a539b493f108ec91ab085a71e35c372154c0ab
1919
)
2020
FetchContent_MakeAvailable(instrument_hooks)
2121

0 commit comments

Comments
 (0)