Release v0.1.4
This commit is contained in:
parent
e5686db6cb
commit
da9203f81a
1 changed files with 8 additions and 1 deletions
|
@ -38,7 +38,14 @@ workspace(
|
|||
git_repository(
|
||||
name = "rules_zapp",
|
||||
remote = "https://github.com/arrdem/rules_zapp.git",
|
||||
tag = "0.1.3",
|
||||
tag = "0.1.4",
|
||||
)
|
||||
|
||||
# ...
|
||||
|
||||
# A Python 3 toolchain from somewhere
|
||||
register_toolchains(
|
||||
"//zapp:python3_toolchain",
|
||||
)
|
||||
|
||||
$ cat BUILD
|
||||
|
|
Loading…
Reference in a new issue