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 = "c8781b0c1d707aa30cc6bc9154cffc4a4c5e11834bdf5b9c499d012cd8999c15",
strip_prefix = "rules_ispc-0.0.4",
url = "https://github.com/Vertexwahn/rules_ispc/releases/download/v0.0.4/rules_ispc-v0.0.4.tar.gz",
)
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v0.0.3...v0.0.4