From 9fa2fb33b32fa9eb5f5fc815945d20cae83ad49f Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 16 Mar 2021 10:36:02 -0700 Subject: [PATCH] update to Zig master 0.8.0-dev.1482 --- .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 87ce84a3fc995883519a6aaa422b0f9f94c58810..69e0afb4eac0a1ef927bbae150dbbbddc1b1f880 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.1385+3dd8396a5 + - run: ./download_zig.sh 0.8.0-dev.1482+6787f163e - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index 7d57164f1cba5ce115a126992b48baa63ed44830..e715d4a905382401dbe07df870573354e4e172c5 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.1385+3dd8396a5` +- Zig master `0.8.0-dev.1482+6787f163e` ### Build from Source Initially, diff --git a/docs/README.md b/docs/README.md index 36f78ac07d3d0a93c2e6380cc705c6a1fb7222d6..b0dbbb33ebe21e1ccb33606bb226d08c41273330 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.1385+3dd8396a5`. +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`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. -- 2.54.0