From a6a229a325452ae927e9b2e16bf01b3d69e03703 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 24 Dec 2025 13:59:12 -0500 Subject: [PATCH] bumping tag --- benchmarks/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt index 791cf61..4ee5789 100644 --- a/benchmarks/CMakeLists.txt +++ b/benchmarks/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( counters GIT_REPOSITORY https://github.com/lemire/counters.git - GIT_TAG v2.1.0 + GIT_TAG v2.2.0 ) FetchContent_MakeAvailable(counters)