-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add patch to make version numbers match
- Loading branch information
1 parent
51589b2
commit cd058e7
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
modules/rules_swift/1.5.0/patches/update-MODULE.bazel-to-1.5.0.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,27 @@ | ||
From da4a47b7e0f98131cab72b47eb89d68c9eb0c575 Mon Sep 17 00:00:00 2001 | ||
From: "github-actions[bot]" | ||
<41898282+github-actions[bot]@users.noreply.github.com> | ||
Date: Wed, 21 Dec 2022 08:56:53 -0600 | ||
Subject: [PATCH] Update MODULE.bazel to 1.5.0 (#958) | ||
|
||
Co-authored-by: Automatic version bump <[email protected]> | ||
--- | ||
MODULE.bazel | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/MODULE.bazel b/MODULE.bazel | ||
index 22a7072..61b449d 100644 | ||
--- a/MODULE.bazel | ||
+++ b/MODULE.bazel | ||
@@ -3,7 +3,7 @@ module( | ||
name = "rules_swift", | ||
compatibility_level = 1, | ||
repo_name = "build_bazel_rules_swift", | ||
- version = "1.4.0", | ||
+ version = "1.5.0", | ||
) | ||
|
||
# --- End generated content | ||
-- | ||
2.37.0 (Apple Git-136) | ||
|
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
{ | ||
"integrity": "sha256-MvldvmqI6ymKqnkPBQZUNPMqZixl7Apqq9r2iB5PFp8=", | ||
"patch_strip": 1, | ||
"patches": { | ||
"update-MODULE.bazel-to-1.5.0.patch": "sha256-2gWGb0aafR3OEzVxel57K+ZcKx8F0UeIdSwLJ/WT+KI=" | ||
}, | ||
"url": "https://github.com/bazelbuild/rules_swift/releases/download/1.5.0/rules_swift.1.5.0.tar.gz" | ||
} |