Skip to content

Commit

Permalink
chore: zig 0.11.0 everywhere else
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Feb 26, 2024
1 parent de22697 commit 407b975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The following was performed on an M1 Macbook Air:

### Build system

[Zig](https://ziglang.org/) is used to build and compile the project. Download and install the latest version of Zig (>=0.9.1) by following the instructions on the website (you can verify it's working by typing `zig` in the terminal and seeing help commands).
[Zig](https://ziglang.org/) is used to build and compile the project. Download and install the latest version of Zig (>=0.11.0) by following the instructions on the website (you can verify it's working by typing `zig` in the terminal and seeing help commands).

### Dependencies

Expand Down
2 changes: 1 addition & 1 deletion python/make_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def write_wheel(out_dir, *, name, version, tag, metadata, description, contents)
# First clear the target directory of any stray files
if os.path.exists(LIBRARY_DIR):
shutil.rmtree(LIBRARY_DIR)
# Compile! Requires ziglang==0.9.1 to be installed
# Compile! Requires ziglang==0.11.0 to be installed
subprocess.call(
[
sys.executable,
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
requires = [
"setuptools",
"wheel",
"ziglang==0.9.1"
"ziglang==0.11.0"
]

0 comments on commit 407b975

Please sign in to comment.