all: update Zig to version 0.11.0-dev.1824+a7a709aaa (#709)

Signed-off-by: Wrench[bot] <wrench@hexops.com>
This commit is contained in:
Wrench[bot] 2023-03-05 12:15:06 -07:00 committed by GitHub
parent 94fbc5d27f
commit 6561c24df5
Failed to generate hash of commit
10 changed files with 51 additions and 51 deletions

View file

@ -78,12 +78,12 @@ Mach is still early stages, so far we have support for building from the followi
Mach works with the new self-hosted Zig compiler only. This means you'll need to use the latest Zig nightly version.
Currently we test using `0.11.0-dev.1605+abc9530a8`. Newer is generally better, but you can download this version here:
Currently we test using `0.11.0-dev.1824+a7a709aaa`. Newer is generally better, but you can download this version here:
- **linux-x86_64**: https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.1605+abc9530a8.tar.xz)
- **windows-x86_64**: https://ziglang.org/builds/zig-windows-x86_64-0.11.0-dev.1605+abc9530a8.zip
- **macos-x86_64** (Intel): https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.1605+abc9530a8.tar.xz
- **macos-aarch64** (Apple Silicon): https://ziglang.org/builds/zig-macos-aarch64-0.11.0-dev.1605+abc9530a8.tar.xz
- **linux-x86_64**: https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.1824+a7a709aaa.tar.xz)
- **windows-x86_64**: https://ziglang.org/builds/zig-windows-x86_64-0.11.0-dev.1824+a7a709aaa.zip
- **macos-x86_64** (Intel): https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.1824+a7a709aaa.tar.xz
- **macos-aarch64** (Apple Silicon): https://ziglang.org/builds/zig-macos-aarch64-0.11.0-dev.1824+a7a709aaa.tar.xz
## Contributing