From c0a58691ebc02aa04e96e100b52ea6e066ea4ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 7 Oct 2022 12:28:03 +0200 Subject: [PATCH] README: rollback to v0.9.2 v1.0-rc* all have a performance regression due to https://github.com/ziglang/zig/issues/13050; follow along there. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86dad41..47561b1 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-rc2" +BAZEL_ZIG_CC_VERSION = "0.9.2" http_archive( name = "bazel-zig-cc", - sha256 = "95f1204856fed7ff93257a36a39b904bbb43a72369f175d43a50063002232e0d", + sha256 = "73afa7e1af49e3dbfa1bae9362438cdc51cb177c359a6041a7a403011179d0b5", 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)], )