Skip to content

0.0.10

Latest
Compare
Choose a tag to compare
@Wyverald Wyverald released this 25 Apr 15:49
· 1 commit to main since this release
05ec3a3

What's Changed

  • Add filegroup targets for .bzl files in the host package by @Wyverald in #90

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
    ],
    sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
)

Full Changelog: 0.0.9...0.0.10