Skip to content

Commit 3dd56ee

Browse files
happyCoder92copybara-github
authored andcommitted
Update Abseil
PiperOrigin-RevId: 801735813 Change-Id: If6eb303d2d7a707655df045c1775a5d34ad6622c
1 parent 8efcfb2 commit 3dd56ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module(
2222
http_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")
2626
bazel_dep(name = "abseil-py", version = "2.1.0")
2727
bazel_dep(name = "bazel_skylib", version = "1.7.1")
2828
bazel_dep(name = "google_benchmark", version = "1.8.5")

cmake/abseil-cpp.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
FetchContent_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
)
1919
set(ABSL_CXX_STANDARD ${SAPI_CXX_STANDARD} CACHE STRING "" FORCE)
2020
set(ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)