From feaae25fd037c9f91f5ebce4aff97737512e144d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 9 Apr 2021 01:43:08 -0700 Subject: [PATCH] update to zig master 0.8.0-dev.1545 --- .circleci/config.yml | 2 +- README.md | 2 +- docs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5985b9ee48d24e97f3739ea5b910aa888708e96a..51f4b1d66bd179dae44e9c936c4bb3ef6f5165e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - run: git submodule update --init --recursive - run: apt -y install xz-utils jq - - run: ./download_zig.sh 0.8.0-dev.1545+f6ba810f2 + - run: ./download_zig.sh 0.8.0-dev.1767+c28d1fe17 - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index d729633b06132fc0cf24dc468e6d972dfee97397..3b55c033532a47392f248d7be59ba9e30f69dbc4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A package manager for the Zig programming language. - https://github.com/nektro/zigmod/releases ## Built With -- Zig master `0.8.0-dev.1545+f6ba810f2` +- Zig master `0.8.0-dev.1767+c28d1fe17` ### Build from Source Initially, diff --git a/docs/README.md b/docs/README.md index d3b9aec7c23554611778d975dd067ec80e8ec1b9..f65c7c2de8dc68ba80a33b951f26391aa26972fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ You can learn more about Zig here: The rest of this documentation will assume you already have Zig installed. -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.8.0-dev.1545+f6ba810f2`. +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.8.0-dev.1767+c28d1fe17`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. -- 2.54.0