-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Brentley Jones <[email protected]>
- Loading branch information
1 parent
d17f51f
commit 99d0867
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
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
10 changes: 9 additions & 1 deletion
10
modules/rules_swift/2.0.0-rc1/patches/module_dot_bazel_version.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 |
---|---|---|
@@ -1,12 +1,20 @@ | ||
=================================================================== | ||
--- a/MODULE.bazel | ||
+++ b/MODULE.bazel | ||
@@ -1,7 +1,7 @@ | ||
@@ -1,6 +1,6 @@ | ||
module( | ||
name = "rules_swift", | ||
- version = "0", | ||
+ version = "2.0.0-rc1", | ||
bazel_compatibility = [">=6.0.0"], | ||
compatibility_level = 2, | ||
repo_name = "build_bazel_rules_swift", | ||
@@ -16,7 +16,7 @@ bazel_dep(name = "rules_proto", version = "5.3.0-21.7") | ||
bazel_dep(name = "nlohmann_json", version = "3.6.1", repo_name = "com_github_nlohmann_json") | ||
bazel_dep( | ||
name = "swift_argument_parser", | ||
- version = "1.3.0", | ||
+ version = "1.3.1.1", | ||
repo_name = "com_github_apple_swift_argument_parser", | ||
) | ||
|
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