Fix "removed in" version for CcSharedLibraryHintInfo (#132)
Work towards https://github.com/bazelbuild/bazel/pull/28360
diff --git a/private/globals.bzl b/private/globals.bzl
index 80d7cee..f9f88f3 100644
--- a/private/globals.bzl
+++ b/private/globals.bzl
@@ -10,8 +10,9 @@
# + https://github.com/bazelbuild/bazel/commit/c2d50de6ce2652e7fd56170663fd11e75098f35c
# - https://github.com/bazelbuild/bazel/commit/71ca0ed111ff3d842a0d23bc3a46bd2e6745491d
"CcSharedLibraryInfo": ("6.0.0-pre.20220630.1", "9.0.0-pre.20250921.2"),
- # https://github.com/bazelbuild/bazel/commit/dbb09c9ea84cc6099ad7a30fa8206130d025f7ad
- "CcSharedLibraryHintInfo": ("7.0.0-pre.20230316.2", ""),
+ # + https://github.com/bazelbuild/bazel/commit/dbb09c9ea84cc6099ad7a30fa8206130d025f7ad
+ # - https://github.com/bazelbuild/bazel/commit/0065fb2ff1ddf98483849181229e675b8820085b
+ "CcSharedLibraryHintInfo": ("7.0.0-pre.20230316.2", "9.0.0"),
"JavaInfo": ("", "8.0.0"),
"JavaPluginInfo": ("", "8.0.0"),
# https://github.com/bazelbuild/bazel/commit/0c100efeba05577b8bc334e1fae31149854bb0b7