From 73031bbc08cb3e3200497be4a50e37d6f3acc1d0 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Tue, 22 Aug 2023 15:00:33 +0000 Subject: [PATCH] Reset the Bzlmod compatibility level to 1. In https://github.com/bazelbuild/bazel-central-registry/pull/806, I agreed to decouple the compatibility level from the `SONAME` as there are generally no ABI concerns when building RE2 with Bazel. Change-Id: I4c90a440c7e9ce364110574c4ce17d0ee15696b7 Reviewed-on: https://code-review.googlesource.com/c/re2/+/61730 Reviewed-by: Alex Chernyakhovsky Reviewed-by: Paul Wankadia --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 5585c64ab..1de630d68 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -7,7 +7,7 @@ module( name = "re2", version = "2023-08-01", - compatibility_level = 11, + compatibility_level = 1, ) bazel_dep(name = "platforms", version = "0.0.7")