From 8cf753d7e7d73253fa7ff5c7e4590b6856129dc6 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 25 Jul 2021 03:02:32 -0700 Subject: [PATCH] update to zig master `0.9.0-dev.642` --- .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 2283ca192d3d17e38d7a2219b2a88994b6155660..1ce528efb39e69faf6aeb30bfa2f3fe996de7f58 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.443+9d1fb98fa + - run: ./download_zig.sh 0.9.0-dev.642+b87105c92 - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index 5401ad2971d4680fd770436cd6eae72bfc5567a1..2f9b02edd4e46a3bbbed369c316ae977c4192ee3 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.443+9d1fb98fa` +- Zig master `0.9.0-dev.642+b87105c92` ### Build from Source Initially, diff --git a/docs/README.md b/docs/README.md index 82c68845e9c6a2fc12fffdd18df0921250e5ea68..08a2aa653ccbf98327c47e1dc4295efe92f6e4d9 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.443+9d1fb98fa`. +The most recent release Zigmod was verified to work with is `0.9.0-dev.642+b87105c92`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. -- 2.54.0