From 5af4278d85991fc3ccac30994184bb454b1ff8ef Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 10 Jul 2021 18:23:50 -0700 Subject: [PATCH] update to Zig master `0.9.0-dev.443` --- .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 7df83447e10cb10ad355fee74de351552f76f285..2283ca192d3d17e38d7a2219b2a88994b6155660 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.409+23f414b92 + - run: ./download_zig.sh 0.9.0-dev.443+9d1fb98fa - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index 07de94c436892934491256b1b7436e91c07c3587..5401ad2971d4680fd770436cd6eae72bfc5567a1 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.409+23f414b92` +- Zig master `0.9.0-dev.443+9d1fb98fa` ### Build from Source Initially, diff --git a/docs/README.md b/docs/README.md index dfea8f5206bbbc634edc1b490c30cb9942705b1b..82c68845e9c6a2fc12fffdd18df0921250e5ea68 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.409+23f414b92`. +The most recent release Zigmod was verified to work with is `0.9.0-dev.443+9d1fb98fa`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. -- 2.54.0