From 6113744b9f9ea4623a08a1d2844c883d83a3b298 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 20 Aug 2021 21:28:27 -0700 Subject: [PATCH] update to zig master 0.9.0-dev.831 --- .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 7a294e6ec51cbbb3f7592654728317779c89d8cd..302f6ad1861bb0bede9c29d9a962d9c63a017a2d 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.9.0-dev.794+65208a7fa + - run: ./download_zig.sh 0.9.0-dev.831+5806c386e - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index 57d0094ce52efcdcb701bcd515d2c0b32d088616..00977c72a361b5efec60d4547ed3a02b4116de41 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.9.0-dev.794+65208a7fa` +- Zig master `0.9.0-dev.831+5806c386e` - https://github.com/yaml/libyaml - https://github.com/nektro/zig-ansi - https://github.com/ziglibs/known-folders diff --git a/docs/README.md b/docs/README.md index 1d2527b23de7e736bb72021bf7b1c122506afdfa..9e50da47ab60a4904e3c852f26d21f9db49c4ed0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ 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.9.0-dev.794+65208a7fa`. +The most recent release Zigmod was verified to work with is `0.9.0-dev.831+5806c386e`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. -- 2.54.0