From b9ded4caeb35d87f89cdf53c4af9d30c32b3dec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 29 Sep 2022 11:32:39 +0300 Subject: [PATCH] Update release notes for v1.0.0-rc2 --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c5fdb90..3bf70a4 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ scratching, I promise. Add this to your `WORKSPACE`: ``` -BAZEL_ZIG_CC_VERSION = "v1.0.0-rc1" +BAZEL_ZIG_CC_VERSION = "v1.0.0-rc2" http_archive( name = "bazel-zig-cc", - sha256 = "07c8cc88faed737f5e7fc74b2bce94382486c40245b1ce718c6cd3774ba6be5f", + sha256 = "95f1204856fed7ff93257a36a39b904bbb43a72369f175d43a50063002232e0d", 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)], ) @@ -46,11 +46,6 @@ zig_toolchains( ) ``` -Note for Windows users: please use -[v0.9.2](https://git.sr.ht/~motiejus/bazel-zig-cc/tree/f0f2ce597eff0d3a1237ad84136ef930919173de/item/README.md) -until Windows support is added to v1.0. Also see [this -announcement](https://lists.sr.ht/~motiejus/bazel-zig-cc/patches/35627). - And this to `.bazelrc`: ```