authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-07-04 15:54:00 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-07-04 15:54:00 -07:00
logdf8e6780670678429cf2f535fd882a771a2aac9d
tree73a4c520eec126a88004a7221643d5af9696c7f3
parent62469b8511886314757bd7b25b70e3580966ee01

update to zig master 0.10.0-dev.2802+54454fd01


7 files changed, 7 insertions(+), 7 deletions(-)

.github/workflows/nightly.yml+1-1
......@@ -26,7 +26,7 @@ jobs:
2626 - name: Setup Zig
2727 uses: goto-bus-stop/setup-zig@v1
2828 with:
29 version: "0.10.0-dev.2412+4e918873e"
29 version: "0.10.0-dev.2802+54454fd01"
3030
3131 - run: zig version
3232 - run: zig env
.github/workflows/push.yml+1-1
......@@ -19,7 +19,7 @@ jobs:
1919 - name: Setup Zig
2020 uses: goto-bus-stop/setup-zig@v1
2121 with:
22 version: "0.10.0-dev.2412+4e918873e"
22 version: "0.10.0-dev.2802+54454fd01"
2323
2424 - run: zig version
2525 - run: zig env
README.md+1-1
......@@ -17,7 +17,7 @@ A package manager for the Zig programming language.
1717- https://github.com/nektro/zigmod/releases
1818
1919## Built With
20- Zig master (at least `0.10.0-dev.2412+4e918873e`)
20- Zig master (at least `0.10.0-dev.2802+54454fd01`)
2121- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)
2222
2323### Build from Source
deps.zig+1-1
......@@ -51,7 +51,7 @@ pub const Package = struct {
5151};
5252
5353fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void {
54 const min = std.SemanticVersion.parse("0.10.0-dev.2412+4e918873e") catch return;
54 const min = std.SemanticVersion.parse("0.10.0-dev.2802+54454fd01") catch return;
5555 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}));
5656}
5757
docs/README.md+1-1
......@@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed.
1010
1111As 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.
1212
13The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.2412+4e918873e`.
13The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.2802+54454fd01`.
1414
1515## Download
1616You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.
zig.mod+1-1
......@@ -3,7 +3,7 @@ name: zigmod
33main: src/lib.zig
44license: MIT
55description: A package manager for the Zig programming language.
6min_zig_version: 0.10.0-dev.2412+4e918873e
6min_zig_version: 0.10.0-dev.2802+54454fd01
77dependencies:
88 - src: git https://github.com/yaml/libyaml tag-0.2.5
99 id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc
zigmod.lock+1-1
......@@ -5,7 +5,7 @@ git https://github.com/ziglibs/known-folders commit-9db1b99219c767d5e24994b15252
55git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e7680
66git https://github.com/truemedian/zfetch commit-5a7ce5811ee19fb959b41c718018f461f45611d4
77git https://github.com/truemedian/hzzp commit-bf5aaf224e94561e035a631c3c40fbf02faa27d2
8git https://github.com/nektro/iguanaTLS commit-9a05f03681d5f273d0ce7447f0c7e729828ab8a2
8git https://github.com/nektro/iguanaTLS commit-09d9fe92f329484536dfb2b07cfa8b406151cde4
99git https://github.com/MasterQ32/zig-uri commit-e879df3a236869f92298fbe2db3c25e6e84cfd4c
1010git https://github.com/nektro/zig-json commit-a091eaa9f9ae91c3875630ba1983b33ea04971a3
1111git https://github.com/nektro/zig-extras commit-b16f583d5af5c86c92237bf56fa8063a5e9961c3