1
Fork 0

Update release notes for v0.5.0

This commit is contained in:
Motiejus Jakštys 2022-03-18 06:52:14 +01:00
parent 3492880151
commit 7a0c00952e
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.4.5"
BAZEL_ZIG_CC_VERSION = "v0.5.0"
http_archive(
name = "bazel-zig-cc",
sha256 = "5888e46c3a6089d4a79b6a5cac8c397e3642ed732910cec8a1011986d68a112b",
sha256 = "7d7e2bcfe15fce3a6d46ab1ed6f06e36a4729ff5e75916023a09b425ef6f32dd",
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)],
)