| author | |
| committer | |
| log | da373ae25cb55531294058c30e8db4dee3d30ff7 |
| tree | 7c1c74182649f5e98b4036e3d984d1f5c0bea185 |
| parent | 6ef84b212ae80d92d210c655de51b5cdd9c8a211 |
3 files changed, 5 insertions(+), 3 deletions(-)
.circleci/config.yml+1-1| ... | ... | @@ -15,7 +15,7 @@ jobs: |
| 15 | 15 | - run: git submodule update --init --recursive |
| 16 | 16 | |
| 17 | 17 | - run: apt -y install xz-utils jq |
| 18 | - run: ./download_zig.sh 0.9.0-dev.397+b7da1b2d4 | |
| 18 | - run: ./download_zig.sh 0.9.0-dev.409+23f414b92 | |
| 19 | 19 | - run: zig version |
| 20 | 20 | - run: zig env |
| 21 | 21 | - run: zig build -Dbootstrap |
README.md+1-1| ... | ... | @@ -17,7 +17,7 @@ A package manager for the Zig programming language. |
| 17 | 17 | - https://github.com/nektro/zigmod/releases |
| 18 | 18 | |
| 19 | 19 | ## Built With |
| 20 | - Zig master `0.9.0-dev.397+b7da1b2d4` | |
| 20 | - Zig master `0.9.0-dev.409+23f414b92` | |
| 21 | 21 | |
| 22 | 22 | ### Build from Source |
| 23 | 23 | Initially, |
docs/README.md+3-1| ... | ... | @@ -8,7 +8,9 @@ You can learn more about Zig here: |
| 8 | 8 | |
| 9 | 9 | The rest of this documentation will assume you already have Zig installed. |
| 10 | 10 | |
| 11 | As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master. The most recent release Zigmod was verified to work with is `0.9.0-dev.397+b7da1b2d4`. | |
| 11 | As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master. | |
| 12 | ||
| 13 | The most recent release Zigmod was verified to work with is `0.9.0-dev.409+23f414b92`. | |
| 12 | 14 | |
| 13 | 15 | ## Download |
| 14 | 16 | You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. |