mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-09 11:16:48 +08: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…
x
Reference in New Issue
Block a user