Update MODULE.bazel

This commit is contained in:
hvadehra 2025-09-15 14:36:05 +02:00 committed by GitHub
parent e3eaecafe8
commit 9b96c6971b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,10 @@ bazel_dep(
name = "abseil-cpp", name = "abseil-cpp",
version = "20250814.0", version = "20250814.0",
) )
bazel_dep(
name = "rules_cc",
version = "0.2.8",
)
bazel_dep( bazel_dep(
name = "platforms", name = "platforms",
version = "0.0.11", version = "0.0.11",