mirror of
https://github.com/google/googletest.git
synced 2025-12-07 01:06:50 +08:00
Merge branch 'google:main' into main
This commit is contained in:
commit
92b54856cf
@ -41,7 +41,7 @@ module(
|
|||||||
|
|
||||||
bazel_dep(
|
bazel_dep(
|
||||||
name = "abseil-cpp",
|
name = "abseil-cpp",
|
||||||
version = "20250512.0",
|
version = "20250814.0",
|
||||||
)
|
)
|
||||||
bazel_dep(
|
bazel_dep(
|
||||||
name = "platforms",
|
name = "platforms",
|
||||||
|
|||||||
@ -17,9 +17,9 @@ def googletest_deps():
|
|||||||
if not native.existing_rule("abseil-cpp"):
|
if not native.existing_rule("abseil-cpp"):
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "abseil-cpp",
|
name = "abseil-cpp",
|
||||||
sha256 = "7262daa7c1711406248c10f41026d685e88223bc92817d16fb93c19adb57f669",
|
sha256 = "9b2b72d4e8367c0b843fa2bcfa2b08debbe3cee34f7aaa27de55a6cbb3e843db",
|
||||||
strip_prefix = "abseil-cpp-20250512.0",
|
strip_prefix = "abseil-cpp-20250814.0",
|
||||||
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250512.0/abseil-cpp-20250512.0.tar.gz"],
|
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250814.0/abseil-cpp-20250814.0.tar.gz"],
|
||||||
)
|
)
|
||||||
|
|
||||||
if not native.existing_rule("fuchsia_sdk"):
|
if not native.existing_rule("fuchsia_sdk"):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user