1
Fork 0

Update release notes for v1.0.0-rc3

nix
Motiejus Jakštys 2022-09-30 15:03:51 +03:00
parent 9e8d89b40d
commit 873a703fc1
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 = "v1.0.0-rc3"
http_archive(
name = "bazel-zig-cc",
sha256 = "95f1204856fed7ff93257a36a39b904bbb43a72369f175d43a50063002232e0d",
sha256 = "a309e20189d285a2185d69121b5dbe0db4a5b32e635a5add17d0d380c142585b",
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)],
)