Bazel support: Add missing platform dependency (#3965)

This commit is contained in:
Vertexwahn 2024-05-19 15:33:50 +02:00 committed by GitHub
parent 75e892420e
commit 86741b3e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,3 +2,5 @@ module(
name = "fmt",
compatibility_level = 10,
)
bazel_dep(name = "platforms", version = "0.0.10")