Bazel support: Update platforms to 0.0.11 (#4400)

This commit is contained in:
Vertexwahn
2025-03-30 17:36:25 +02:00
committed by GitHub
parent 204661287b
commit d5d32c1e81
4 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
7.1.2
8.1.1

View File

@ -1,3 +1,5 @@
load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "fmt",
srcs = [

View File

@ -3,4 +3,5 @@ module(
compatibility_level = 10,
)
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "platforms", version = "0.0.11")
bazel_dep(name = "rules_cc", version = "0.1.1")

View File

@ -13,7 +13,7 @@ The [Bazel Central Registry](https://github.com/bazelbuild/bazel-central-registr
For instance, to use {fmt} add to your `MODULE.bazel` file:
```
bazel_dep(name = "fmt", version = "10.2.1")
bazel_dep(name = "fmt", version = "11.1.4")
```
### Live at head