authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-03-20 12:04:04 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-03-20 12:04:04 -07:00
log2ee395d03b21646f26eb7e37fd0cb03dadce6f09
tree23c695bd99e950ad1ac6c968b3736e5b334de576
parent9c5c5c9e2aef6fddf2a9efbf0ea841b5e20ed6aa

update to zig master 0.8.0-dev.1545


3 files changed, 3 insertions(+), 3 deletions(-)

.circleci/config.yml+1-1
......@@ -15,7 +15,7 @@ jobs:
1515 - run: git submodule update --init --recursive
1616
1717 - run: apt -y install xz-utils jq
18 - run: ./download_zig.sh 0.8.0-dev.1482+6787f163e
18 - run: ./download_zig.sh 0.8.0-dev.1545+f6ba810f2
1919 - run: zig version
2020 - run: zig env
2121 - run: zig build -Dbootstrap
README.md+1-1
......@@ -17,7 +17,7 @@ A package manager for the Zig programming language.
1717- https://github.com/nektro/zigmod/releases
1818
1919## Built With
20- Zig master `0.8.0-dev.1482+6787f163e`
20- Zig master `0.8.0-dev.1545+f6ba810f2`
2121
2222### Build from Source
2323Initially,
docs/README.md+1-1
......@@ -8,7 +8,7 @@ You can learn more about Zig here:
88
99The rest of this documentation will assume you already have Zig installed.
1010
11As 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.8.0-dev.1482+6787f163e`.
11As 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.8.0-dev.1545+f6ba810f2`.
1212
1313## Download
1414You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.