From 8b7597f4a14a1a14512f03f7f01eb278542518d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 1 Jun 2022 11:51:40 +0300 Subject: [PATCH] Update release notes for v0.7.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbbd5bc..552a0f5 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ scratching, I promise. Add this to your `WORKSPACE`: ``` -BAZEL_ZIG_CC_VERSION = "v0.7.2" +BAZEL_ZIG_CC_VERSION = "v0.7.3" http_archive( name = "bazel-zig-cc", - sha256 = "8f198ee98fa122d299b008db281329b80147d04fcdab03a55c31007b5edc8fde", + sha256 = "cd2629843fe4ba20cf29e1d73cc02559afba640f884e519b6a194a35627cbbf3", 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)], )