Release v0.1.4

trunk
Reid 'arrdem' McKenzie 2021-08-29 21:41:39 -06:00
parent e5686db6cb
commit da9203f81a
1 changed files with 8 additions and 1 deletions

View File

@ -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