Release v0.1.4

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-29 21:41:39 -06:00
parent e5686db6cb
commit da9203f81a

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