Skip to content

Commit

Permalink
Add macro and subrule to globals (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Dec 6, 2024
1 parent 05d5fce commit abd658e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions private/globals.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ GLOBALS = {
# /~https://github.com/bazelbuild/bazel/commit/dbb09c9ea84cc6099ad7a30fa8206130d025f7ad
"CcSharedLibraryHintInfo": "7.0.0-pre.20230316.2",

# /~https://github.com/bazelbuild/bazel/commit/0c100efeba05577b8bc334e1fae31149854bb0b7
"macro": "8.0.0",

# /~https://github.com/bazelbuild/bazel/commit/d1d35b280af1459458f996502e255d3774f391c2
"PackageSpecificationInfo": "6.4.0",

# /~https://github.com/bazelbuild/bazel/pull/15232
"RunEnvironmentInfo": "5.3.0",

# /~https://github.com/bazelbuild/bazel/commit/e95c682bd1a1ab4495161b5a4423ad874112ad3f
"subrule": "7.0.0",

# Only used for testing bazel_features itself.
"DefaultInfo": "0.0.1",
"__TestingOnly_NeverAvailable": "1000000000.0.0",
Expand Down

0 comments on commit abd658e

Please sign in to comment.