diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 892637995826d8420393ab7a12343d7e606dbbd3..be1978c5d431cdc3e467f5a8ecb6e260c3c37947 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Zig uses: goto-bus-stop/setup-zig@v1 with: - version: "0.11.0-dev.1570+693b12f8e" + version: "0.11.0-dev.1898+1a4a0b5e9" - run: zig version - run: zig env diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2c428d8c70f436ef7caa68ad7ccbf9e8f03a58bd..8cfe963493b65eca9aee4263ada6e5c23b2ab328 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Zig uses: goto-bus-stop/setup-zig@v1 with: - version: "0.11.0-dev.1570+693b12f8e" + version: "0.11.0-dev.1898+1a4a0b5e9" - run: zig version - run: zig env diff --git a/README.md b/README.md index c62d6caa5893069634f945160d63cf0137c1cc38..d30bf78e25864ef041b345a56633824b0032c2f5 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 (at least `0.11.0-dev.1570+693b12f8e`) +- Zig master (at least `0.11.0-dev.1898+1a4a0b5e9`) - See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock) ### Build from Source diff --git a/docs/README.md b/docs/README.md index c1deb6b7b78e32cfce92cc23b2f665f5ca8797c2..bd5c85ee3b4ddd167a0cf2f4104e302577b39f0c 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 earliest Zig release this Zigmod was verified to work with is `0.11.0-dev.1570+693b12f8e`. +The earliest Zig release this Zigmod was verified to work with is `0.11.0-dev.1898+1a4a0b5e9`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. diff --git a/zig.mod b/zig.mod index e67b4b8ee2d8f07c9cb66d62ce17427cc6c80b03..1f0b5d4ddc35d57d0c92f1e2e65004c963854341 100644 --- a/zig.mod +++ b/zig.mod @@ -3,7 +3,7 @@ name: zigmod main: src/lib.zig license: MIT description: A package manager for the Zig programming language. -min_zig_version: 0.11.0-dev.1570+693b12f8e +min_zig_version: 0.11.0-dev.1898+1a4a0b5e9 dependencies: - src: git https://github.com/nektro/zig-yaml - src: git https://github.com/nektro/zig-ansi