| author | |
| committer | |
| log | 6113744b9f9ea4623a08a1d2844c883d83a3b298 |
| tree | 1f2549fe2adbd02736c9d1e62dc1dd7c2f8c3534 |
| parent | 41963b0fff50c1913e244f61556c3ebbf8fa976f |
3 files changed, 3 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.794+65208a7fa | |
| 18 | - run: ./download_zig.sh 0.9.0-dev.831+5806c386e | |
| 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.794+65208a7fa` | |
| 20 | - Zig master `0.9.0-dev.831+5806c386e` | |
| 21 | 21 | - https://github.com/yaml/libyaml |
| 22 | 22 | - https://github.com/nektro/zig-ansi |
| 23 | 23 | - https://github.com/ziglibs/known-folders |
docs/README.md+1-1| ... | ... | @@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed. |
| 10 | 10 | |
| 11 | 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 | 12 | |
| 13 | The most recent release Zigmod was verified to work with is `0.9.0-dev.794+65208a7fa`. | |
| 13 | The most recent release Zigmod was verified to work with is `0.9.0-dev.831+5806c386e`. | |
| 14 | 14 | |
| 15 | 15 | ## Download |
| 16 | 16 | You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. |