From 2ee395d03b21646f26eb7e37fd0cb03dadce6f09 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 20 Mar 2021 12:04:04 -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 69e0afb4eac0a1ef927bbae150dbbbddc1b1f880..5985b9ee48d24e97f3739ea5b910aa888708e96a 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.1482+6787f163e + - run: ./download_zig.sh 0.8.0-dev.1545+f6ba810f2 - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index e715d4a905382401dbe07df870573354e4e172c5..d729633b06132fc0cf24dc468e6d972dfee97397 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.1482+6787f163e` +- Zig master `0.8.0-dev.1545+f6ba810f2` ### Build from Source Initially, diff --git a/docs/README.md b/docs/README.md index b0dbbb33ebe21e1ccb33606bb226d08c41273330..d3b9aec7c23554611778d975dd067ec80e8ec1b9 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.1482+6787f163e`. +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`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. -- 2.54.0