From aff8581f7abf459825a7bbaf93aa2b64a8f4d60f Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 19 Jun 2021 17:01:30 -0700 Subject: [PATCH] update to zig master `0.9.0-dev.197` --- .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 42e2d709c175807ea25c68f5a69cab8120365ba1..eeae69ef2a0775e2533fab36340ee9cdccbb7bdd 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.133+ff79b87fa + - run: ./download_zig.sh 0.9.0-dev.197+1f29b75f0 - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index d8ea37537c2e0b6ea2f382bc1ee4d85117fb6a75..02b8dbd55de7c88ed2ba3aed0946e28f1ece0e95 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.133+ff79b87fa` +- Zig master `0.9.0-dev.197+1f29b75f0` ### Build from Source Initially, diff --git a/docs/README.md b/docs/README.md index 3512f7a5c40c9fe16109d9b1340cc06a44b80d89..00b3a5db51682959db166cd7bca603ef07a00504 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.9.0-dev.133+ff79b87fa`. +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.197+1f29b75f0`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. -- 2.54.0