1
Fork 0

Update release notes for v0.3.3

This commit is contained in:
Motiejus Jakštys 2021-12-06 08:20:01 +02:00
parent fa4862a4f1
commit 90fddbcf46
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ from Bazel.
Add this to your `WORKSPACE`:
```
BAZEL_ZIG_CC_VERSION = "v0.3.2"
BAZEL_ZIG_CC_VERSION = "v0.3.3"
http_archive(
name = "bazel-zig-cc",
sha256 = "f28327aaf5d66cb7ca42977af6284faf9b8306df8e152fcfc82ae33ad92c443b",
sha256 = "0bf4ea0ceaa3a2e3be6e891e6c0035d4c86e4cc69ccc1d7ddf701d4c1e4c45a3",
strip_prefix = "bazel-zig-cc-{}".format(BAZEL_ZIG_CC_VERSION),
urls = ["https://git.sr.ht/~motiejus/bazel-zig-cc/archive/{}.tar.gz".format(BAZEL_ZIG_CC_VERSION)],
)