Revert "Update compability_level in MODULE.bazel" (#296)

Reverts bazel-contrib/toolchains_llvm#295
This commit is contained in:
Siddhartha Bagaria 2024-03-14 16:53:37 -07:00 committed by GitHub
parent 8301a103fc
commit 6d25c3840a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
module( module(
name = "toolchains_llvm", name = "toolchains_llvm",
version = "0.0.0", version = "0.0.0",
compatibility_level = 1, compatibility_level = 0,
bazel_compatibility = [">=7.0.0"], bazel_compatibility = [">=7.0.0"],
) )