From 0fb6aaebc209f3eadbb3f63301e08dd2b2d3bb40 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 5 Feb 2022 18:13:18 -0800 Subject: [PATCH] update for zig master 0.10.0-dev.513+029844210 --- .circleci/config.yml | 2 +- .github/workflows/nightly.yml | 2 +- README.md | 2 +- deps.zig | 2 +- docs/README.md | 2 +- zig.mod | 2 +- zigmod.lock | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2cfc30e059e6d09bd989748b4ea46a0c14922ef..a50d2a3f1a598a4cfeb731763ed5304c76c95b11 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.10.0-dev.513+029844210 + - run: ./download_zig.sh 0.10.0-dev.531+3eb8d01f5 - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 84dafb9b5bc853b14f6321cede63bb5eb91f317e..3c103525a43480eeed3048fe82db947e759a622f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Zig uses: goto-bus-stop/setup-zig@v1 with: - version: "0.10.0-dev.513+029844210" + version: "0.10.0-dev.531+3eb8d01f5" - run: zig version - run: zig env diff --git a/README.md b/README.md index 72ad6070b96b2b87add9fc6dde763e00e7207e69..232f0c0f2f137679565c3029bfefea46da95b3bb 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.10.0-dev.513+029844210`) +- Zig master (at least `0.10.0-dev.531+3eb8d01f5`) - See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock) ### Build from Source diff --git a/deps.zig b/deps.zig index 2537d3e4a2cb2e420dcbbab4a524cd558e8b47da..6e9e6c6e3cf2ff6a011eafe353d5d0191861c10b 100644 --- a/deps.zig +++ b/deps.zig @@ -44,7 +44,7 @@ pub const Package = struct { }; fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void { - const min = std.SemanticVersion.parse("0.10.0-dev.513+029844210") catch return; + const min = std.SemanticVersion.parse("0.10.0-dev.531+3eb8d01f5") catch return; if (current.order(min).compare(.lt)) @panic(exe.builder.fmt("Your Zig version v{} does not meet the minimum build requirement of v{}", .{current, min})); } diff --git a/docs/README.md b/docs/README.md index a4005b2932a359f3152b40dbe6fd822409d36291..fff3460edb5049373c86871a2813c4634b8b38e1 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.10.0-dev.513+029844210`. +The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.531+3eb8d01f5`. ## 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 56de5eaad19eaba463423eae79bbaddbdc38e4cc..f0301102eae09b55dcbe2f07cb35095a53683795 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.10.0-dev.513+029844210 +min_zig_version: 0.10.0-dev.531+3eb8d01f5 dependencies: - src: git https://github.com/yaml/libyaml tag-0.2.5 id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc diff --git a/zigmod.lock b/zigmod.lock index 9d807c5f14d068d21908caa9553d588a21c3021d..8eca0f10ed5986c4642ff1ca4e2cccfc8786778c 100644 --- a/zigmod.lock +++ b/zigmod.lock @@ -1,6 +1,6 @@ 2 git https://github.com/yaml/libyaml tag-0.2.5 -git https://github.com/nektro/iguanaTLS commit-6125dde57e38b39a6a2b6d574af206f43ceba52a +git https://github.com/nektro/iguanaTLS commit-9a05f03681d5f273d0ce7447f0c7e729828ab8a2 git https://github.com/nektro/zig-ansi commit-d4a53bcac5b87abecc65491109ec22aaf5f3dc2f git https://github.com/ziglibs/known-folders commit-9db1b99219c767d5e24994b1525273fe4031e464 git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e7680 -- 2.54.0