File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module(
2222http_archive = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2323
2424# Bazel Central Registry (BCR) Modules:
25- bazel_dep (name = "abseil-cpp" , version = "20250512 .0" )
25+ bazel_dep (name = "abseil-cpp" , version = "20250814 .0" )
2626bazel_dep (name = "abseil-py" , version = "2.1.0" )
2727bazel_dep (name = "bazel_skylib" , version = "1.7.1" )
2828bazel_dep (name = "google_benchmark" , version = "1.8.5" )
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515FetchContent_Declare (absl
16- URL https://github.com/abseil/abseil-cpp/archive/e4c43850ad008b362b53622cb3c88fd915d8f714.zip # 2025-05-23
17- URL_HASH SHA256=00d20e61e2d5dfe86dee88d70897fcdbe593696dfc8ac162873b5fce718557ae
16+ URL https://github.com/abseil/abseil-cpp/releases/download/20250814.0/abseil-cpp-20250814.0.tar.gz
17+ URL_HASH SHA256=9b2b72d4e8367c0b843fa2bcfa2b08debbe3cee34f7aaa27de55a6cbb3e843db
1818)
1919set (ABSL_CXX_STANDARD ${SAPI_CXX_STANDARD} CACHE STRING "" FORCE )
2020set (ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "" FORCE )
You can’t perform that action at this time.
0 commit comments