From 4dc947c012c64f2298f1a6ebb699d7cc68c8ca25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 5 May 2022 15:23:39 +0300 Subject: [PATCH] Update release notes for v0.7.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9f52d6..9ae2ee6 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.0" +BAZEL_ZIG_CC_VERSION = "v0.7.1" http_archive( name = "bazel-zig-cc", - sha256 = "3e04cf1e8ce1931c6b64d92bbf10a11daad9fa0e4dda08f443090169f71044e7", + sha256 = "7e3955a3a2b5bf4e8d5a35e9d4e68a4155ca815de71c9515b533a6223e093fbe", 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)], )