From 4f01bd69aaae7e90ba74118fb2a5beab2f1cfc2d Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Fri, 9 Aug 2024 16:23:33 +1000 Subject: [PATCH] add CcSharedLibraryInfo to globals (#65) --- private/globals.bzl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/private/globals.bzl b/private/globals.bzl index 97b6ec6..75e75f3 100644 --- a/private/globals.bzl +++ b/private/globals.bzl @@ -3,6 +3,9 @@ # Access any of these globals via bazel_features.globals. # If the current version of Bazel doesn't have this global, it will be None. GLOBALS = { + # https://github.com/bazelbuild/bazel/commit/02ad1198cddc4ad0050c43cd1044b4b963eedfaf + "CcSharedLibraryInfo": "7.0.0", + # https://github.com/bazelbuild/bazel/commit/d1d35b280af1459458f996502e255d3774f391c2 "PackageSpecificationInfo": "6.4.0",