From df8e6780670678429cf2f535fd882a771a2aac9d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 4 Jul 2022 15:54:00 -0700 Subject: [PATCH] update to zig master 0.10.0-dev.2802+54454fd01 --- .github/workflows/nightly.yml | 2 +- .github/workflows/push.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/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ade9ac496dd2a0cb17303562683480183d1dd362..946e66fb432cb121a8d70b4a8c19af43b3a0a7cc 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.10.0-dev.2412+4e918873e" + version: "0.10.0-dev.2802+54454fd01" - run: zig version - run: zig env diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9599d1c9ccd9dede7ef44b13046bbfbe9395efd3..004f99f7770a649b9853532489fa637981f71c40 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.10.0-dev.2412+4e918873e" + version: "0.10.0-dev.2802+54454fd01" - run: zig version - run: zig env diff --git a/README.md b/README.md index 994ab60a4cecb87ada7f2c73af9418c7b1a76929..ea77983ac1d8733d9baeeab53b92e1ab7a601a89 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.2412+4e918873e`) +- Zig master (at least `0.10.0-dev.2802+54454fd01`) - See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock) ### Build from Source diff --git a/deps.zig b/deps.zig index 20eead54a8b55d6dc0ec545e8fd364da77d9b11a..e371cc2482d1a1f5a4d6ab29775bea8c5642ee8f 100644 --- a/deps.zig +++ b/deps.zig @@ -51,7 +51,7 @@ pub const Package = struct { }; fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void { - const min = std.SemanticVersion.parse("0.10.0-dev.2412+4e918873e") catch return; + const min = std.SemanticVersion.parse("0.10.0-dev.2802+54454fd01") 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 7c8243ff5c7586f7c923b9d0045e28e93cdbe980..e559cacf45fe78f9159e66c39b182b34b6b061d0 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.2412+4e918873e`. +The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.2802+54454fd01`. ## 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 f3e63aaa87c6fc0ea2f90a5b9db9f6e1d8c9ccc0..0c993f634bb43c938463bf0cb3dfc054441540be 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.2412+4e918873e +min_zig_version: 0.10.0-dev.2802+54454fd01 dependencies: - src: git https://github.com/yaml/libyaml tag-0.2.5 id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc diff --git a/zigmod.lock b/zigmod.lock index ce60bffd3abbfe6d2e83b1fb1f8ea05819b6ba0b..df094c2d25e2f9795ea797ff617189cd39dc0d7f 100644 --- a/zigmod.lock +++ b/zigmod.lock @@ -5,7 +5,7 @@ git https://github.com/ziglibs/known-folders commit-9db1b99219c767d5e24994b15252 git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e7680 git https://github.com/truemedian/zfetch commit-5a7ce5811ee19fb959b41c718018f461f45611d4 git https://github.com/truemedian/hzzp commit-bf5aaf224e94561e035a631c3c40fbf02faa27d2 -git https://github.com/nektro/iguanaTLS commit-9a05f03681d5f273d0ce7447f0c7e729828ab8a2 +git https://github.com/nektro/iguanaTLS commit-09d9fe92f329484536dfb2b07cfa8b406151cde4 git https://github.com/MasterQ32/zig-uri commit-e879df3a236869f92298fbe2db3c25e6e84cfd4c git https://github.com/nektro/zig-json commit-a091eaa9f9ae91c3875630ba1983b33ea04971a3 git https://github.com/nektro/zig-extras commit-b16f583d5af5c86c92237bf56fa8063a5e9961c3 -- 2.54.0