all: update zig version

This commit is contained in:
Ali Chraghi 2022-12-25 17:23:25 +03:30 committed by Stephen Gutekanst
parent b2a1f6d55f
commit 5849304fba
11 changed files with 42 additions and 42 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.829+68d2f68ed`. Newer is generally better, but you can download this version here:
Currently we test using `0.11.0-dev.944+a193ec432`. 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.829+68d2f68ed.tar.xz)
- **windows-x86_64**: https://ziglang.org/builds/zig-windows-x86_64-0.11.0-dev.829+68d2f68ed.zip
- **macos-x86_64** (Intel): https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.829+68d2f68ed.tar.xz
- **macos-aarch64** (Apple Silicon): https://ziglang.org/builds/zig-macos-aarch64-0.11.0-dev.829+68d2f68ed.tar.xz
- **linux-x86_64**: https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.944+a193ec432.tar.xz)
- **windows-x86_64**: https://ziglang.org/builds/zig-windows-x86_64-0.11.0-dev.944+a193ec432.zip
- **macos-x86_64** (Intel): https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.944+a193ec432.tar.xz
- **macos-aarch64** (Apple Silicon): https://ziglang.org/builds/zig-macos-aarch64-0.11.0-dev.944+a193ec432.tar.xz
## Contributing