1
0
Fork 0
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:
Ezekiel Warren 2023-08-23 02:40:03 -07:00 committed by GitHub
parent 40e12d6229
commit 745bf36a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 34 additions and 54 deletions

View file

@ -1,7 +1,6 @@
module(name = "magic_enum_tests")
bazel_dep(name = "magic_enum")
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "rules_cc", version = "0.0.6")
local_path_override(module_name = "magic_enum", path = "..")
module(name = "magic_enum_tests")
bazel_dep(name = "magic_enum")
bazel_dep(name = "rules_cc", version = "0.0.8")
local_path_override(module_name = "magic_enum", path = "..")