v0.0.3
Using WORKSPACE
Paste this snippet into your file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_ispc",
sha256 = "3a90eac643926017defa5e95a7addfd77e278787f244b0722019766727141ad2",
strip_prefix = "rules_ispc-0.0.3",
url = "https://github.com/Vertexwahn/rules_ispc/releases/download/v0.0.3/rules_ispc-v0.0.3.tar.gz",
)
Full Changelog: v0.0.2...v0.0.3