From 7d5fb880c87bd4232158fdbb79dc1dbfb0a86f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 17 May 2022 15:05:50 +0300 Subject: [PATCH] Update release notes for v0.7.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11e0170..c07903e 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.1" +BAZEL_ZIG_CC_VERSION = "v0.7.2" http_archive( name = "bazel-zig-cc", - sha256 = "7e3955a3a2b5bf4e8d5a35e9d4e68a4155ca815de71c9515b533a6223e093fbe", + sha256 = "8f198ee98fa122d299b008db281329b80147d04fcdab03a55c31007b5edc8fde", 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)], )