Skip to content

Commit cc41cf4

Browse files
committed
Update slick_logger to version v0.1.0.1
Pin the slick_logger dependency to a specific release tag instead of the main branch, ensuring stability and reproducibility in builds.
1 parent 9f4922c commit cc41cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(BUILD_SLICK_LOGGER_BENCHMARKS OFF CACHE BOOL "" FORCE)
3737
FetchContent_Declare(
3838
slick_logger
3939
GIT_REPOSITORY https://github.com/SlickTech/slick_logger.git
40-
GIT_TAG main
40+
GIT_TAG v0.1.0.1
4141
)
4242
FetchContent_MakeAvailable(slick_logger)
4343

0 commit comments

Comments
 (0)