mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-30 12:24:59 +00:00
Bazel support: Add missing platform dependency (#3965)
This commit is contained in:
parent
75e892420e
commit
86741b3e1c
@ -2,3 +2,5 @@ module(
|
|||||||
name = "fmt",
|
name = "fmt",
|
||||||
compatibility_level = 10,
|
compatibility_level = 10,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
bazel_dep(name = "platforms", version = "0.0.10")
|
||||||
|
Loading…
Reference in New Issue
Block a user