From 4ec62abf8fca07eb3130b14c581db21eff5151dd Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 7 May 2021 20:28:46 -0700 Subject: [PATCH] update to zig master `0.8.0-dev.2133+ad33e3483` --- .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 26e3374725240d64ef6f2e894ef1655910867c2b..2747aebd2061dda6af8cb80adf60043995e02a4e 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.2093+c47028cd0 + - run: ./download_zig.sh 0.8.0-dev.2133+ad33e3483 - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index f15efde5bb6ef5a3e7c2c3cc0dda5c747e2fa43a..6947f2c05a8312d152d52811ebcfd4a56d5d5e78 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.2093+c47028cd0` +- Zig master `0.8.0-dev.2133+ad33e3483` ### Build from Source Initially, diff --git a/docs/README.md b/docs/README.md index 5759944f19e8418aa4d3de83834c66bb81143d1b..549466b44cf867f0afbb528fd97f4ac8c68faf67 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.2093+c47028cd0`. +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.2133+ad33e3483`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. -- 2.54.0