1
Fork 0

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.
nix
Motiejus Jakštys 2022-10-07 12:28:03 +02:00
parent 5743865c26
commit c0a58691eb
1 changed files with 2 additions and 2 deletions

View File

@ -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)],
)