Skip to content

Commit

Permalink
swift_argument_parser 1.3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Jun 25, 2024
1 parent d17f51f commit 99d0867
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/rules_swift/2.0.0-rc1/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down
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",
)

2 changes: 1 addition & 1 deletion modules/rules_swift/2.0.0-rc1/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"strip_prefix": "",
"url": "https://github.com/bazelbuild/rules_swift/releases/download/2.0.0-rc1/rules_swift.2.0.0-rc1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-9VVQDyYjCsVBwaGWOiLUVbeGxjw/h/YpwoKlNeudZL0="
"module_dot_bazel_version.patch": "sha256-U9HiDdrlGM0V1AjUkwsWF/cLzkKdzGNEsTTGp6Hq+Go="
},
"patch_strip": 1
}

0 comments on commit 99d0867

Please sign in to comment.