0.4
http_archive(
name = "jvolkman_rules_pycross",
url = "https://github.com/jvolkman/rules_pycross/archive/refs/tags/v0.4.tar.gz",
sha256 = "ca98a1ed766b6052d40fc4340b5abc56e32b081dea5b228e55ea0bf83d72c550",
strip_prefix = "rules_pycross-0.4",
)
load("@jvolkman_rules_pycross//pycross:repositories.bzl", "rules_pycross_dependencies")
rules_pycross_dependencies()
# Or, if you're using a hermetic toolchain:
# rules_pycross_dependencies(python_interpreter_target = interpreter)
What's Changed
Full Changelog: v0.3...v0.4