Bump to v0.1.1
This commit is contained in:
parent
544d5ef0b6
commit
85ba6dbf87
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,7 @@ workspace(
|
||||||
git_repository(
|
git_repository(
|
||||||
name = "rules_zapp",
|
name = "rules_zapp",
|
||||||
remote = "https://github.com/arrdem/rules_zapp.git",
|
remote = "https://github.com/arrdem/rules_zapp.git",
|
||||||
tag = "0.1.0",
|
tag = "0.1.1",
|
||||||
)
|
)
|
||||||
|
|
||||||
$ cat BUILD
|
$ cat BUILD
|
||||||
|
|
|
@ -29,7 +29,8 @@ git_repository(
|
||||||
git_repository(
|
git_repository(
|
||||||
name = "rules_zapp",
|
name = "rules_zapp",
|
||||||
remote = "https://github.com/arrdem/rules_zapp.git",
|
remote = "https://github.com/arrdem/rules_zapp.git",
|
||||||
tag = "0.1.0",
|
tag = "0.1.1",
|
||||||
|
# branch = "trunk",
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@rules_python//python:pip.bzl", "pip_install")
|
load("@rules_python//python:pip.bzl", "pip_install")
|
||||||
|
|
Loading…
Reference in a new issue