We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc371ad commit 9001178Copy full SHA for 9001178
README.md
@@ -1,5 +1,7 @@
1
# Swift Rules for [Bazel](https://bazel.build)
2
3
+[](https://travis-ci.org/bazelbuild/rules_swift)
4
+
5
> ⚠️ The rules in this repository are in the beta stage of development. There are
6
> many features that still need to be implemented and there may be bugs. If you
7
> run into any problems, please
@@ -49,7 +51,7 @@ rules you wish to depend on:
49
51
git_repository(
50
52
name = "build_bazel_rules_swift",
53
remote = "https://github.com/bazelbuild/rules_swift.git",
- tag = "0.1.0",
54
+ tag = "0.1.1",
55
)
56
57
load(
0 commit comments