-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e98d18e
commit 502b432
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
modules/federated_language/0.1.0/patches/module_bazel.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git modules/federated_language/0.1.0/MODULE.bazel modules/federated_language/0.1.0/MODULE.bazel | ||
index 060de133..56612611 100644 | ||
--- modules/federated_language/0.1.0/MODULE.bazel | ||
+++ modules/federated_language/0.1.0/MODULE.bazel | ||
@@ -12,7 +12,11 @@ | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
-module(name = "federated_language") | ||
+module( | ||
+ name = "federated_language", | ||
+ version = "0.1.0", | ||
+ compatibility_level = 0, | ||
+) | ||
|
||
bazel_dep(name = "protobuf", version = "28.3") | ||
bazel_dep(name = "rules_license", version = "1.0.0") | ||
|