Skip to content

0.3

Compare
Choose a tag to compare
@jvolkman jvolkman released this 23 Nov 02:00
· 155 commits to main since this release
http_archive(
    name = "jvolkman_rules_pycross",
    url = "https://github.com/jvolkman/rules_pycross/archive/refs/tags/v0.3.tar.gz",
    sha256 = "ec150d5fe4dabd9dad6dea71a7ead3d491ce37221f310b5c161ad18e70e31e4b",
    strip_prefix = "rules_pycross-0.3",
)

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

New Contributors

Full Changelog: v0.2...v0.3