authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-10 18:23:50 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-10 18:23:50 -07:00
log5af4278d85991fc3ccac30994184bb454b1ff8ef
tree0b9f5aad9f7b005d4b8349d3b889936affd71709
parent7e0f55d32a46861f0b21b4f860e67f4301f174bf

update to Zig master `0.9.0-dev.443`


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.9.0-dev.409+23f414b92
18 - run: ./download_zig.sh 0.9.0-dev.443+9d1fb98fa
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.9.0-dev.409+23f414b92`
20- Zig master `0.9.0-dev.443+9d1fb98fa`
2121
2222### Build from Source
2323Initially,
docs/README.md+1-1
......@@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed.
1010
1111As 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.
1212
13The most recent release Zigmod was verified to work with is `0.9.0-dev.409+23f414b92`.
13The most recent release Zigmod was verified to work with is `0.9.0-dev.443+9d1fb98fa`.
1414
1515## Download
1616You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.