mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
bazel updates (#291)
This commit is contained in:
parent
40e12d6229
commit
745bf36a64
10 changed files with 34 additions and 54 deletions
16
MODULE.bazel
16
MODULE.bazel
|
|
@ -1,8 +1,8 @@
|
|||
module(
|
||||
name = "magic_enum",
|
||||
version = "0.9.3",
|
||||
compatibility_level = 0,
|
||||
)
|
||||
|
||||
bazel_dep(name = "platforms", version = "0.0.6")
|
||||
bazel_dep(name = "rules_cc", version = "0.0.6")
|
||||
module(
|
||||
name = "magic_enum",
|
||||
version = "0.9.3",
|
||||
compatibility_level = 0,
|
||||
)
|
||||
|
||||
bazel_dep(name = "rules_cc", version = "0.0.8")
|
||||
bazel_dep(name = "bazel_skylib", version = "1.4.2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue