Skip to content

0.2.4

Compare
Choose a tag to compare
@fweikert fweikert released this 30 Sep 12:43
b1014c8

New Features

  • Improved WORKSPACE stanza to support deps and toolchain methods.

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_pkg",
    url = "https://github.com/bazelbuild/rules_pkg/releases/download/0.2.4/rules_pkg-0.2.4.tar.gz",
    sha256 = "4ba8f4ab0ff85f2484287ab06c0d871dcb31cc54d439457d28fd4ae14b18450a",
)

Using the rules

See the source.