1

Update release notes for v1.0.0-rc1

This commit is contained in:
Motiejus Jakštys 2022-09-27 15:38:04 +03:00
parent 08b02cb7d2
commit 530dd1a825

View File

@ -23,11 +23,11 @@ scratching, I promise.
Add this to your `WORKSPACE`: Add this to your `WORKSPACE`:
``` ```
BAZEL_ZIG_CC_VERSION = "v0.9.2" BAZEL_ZIG_CC_VERSION = "v1.0.0-rc1"
http_archive( http_archive(
name = "bazel-zig-cc", name = "bazel-zig-cc",
sha256 = "73afa7e1af49e3dbfa1bae9362438cdc51cb177c359a6041a7a403011179d0b5", sha256 = "07c8cc88faed737f5e7fc74b2bce94382486c40245b1ce718c6cd3774ba6be5f",
strip_prefix = "bazel-zig-cc-{}".format(BAZEL_ZIG_CC_VERSION), 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)], urls = ["https://git.sr.ht/~motiejus/bazel-zig-cc/archive/{}.tar.gz".format(BAZEL_ZIG_CC_VERSION)],
) )
@ -46,6 +46,11 @@ 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`: And this to `.bazelrc`:
``` ```