authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-01-27 05:58:28 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-01-27 05:58:28 -08:00
logc32c5f16cca00d0f69afd549c92ad007bcd68651
treef40428eb01b8d2f7fb91e973933c6316b055ef60
parent7d51a39cef69942e454871a575e9dade92ecc4f4

update to zig master 0.10.0-dev.397+f1b79c9a4


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

.circleci/config.yml+1-1
...@@ -15,7 +15,7 @@ jobs:...@@ -15,7 +15,7 @@ jobs:
15 - run: git submodule update --init --recursive15 - run: git submodule update --init --recursive
1616
17 - run: apt -y install xz-utils jq17 - run: apt -y install xz-utils jq
18 - run: ./download_zig.sh 0.9.018 - run: ./download_zig.sh 0.10.0-dev.397+f1b79c9a4
19 - run: zig version19 - run: zig version
20 - run: zig env20 - run: zig env
21 - run: zig build -Dbootstrap21 - run: zig build -Dbootstrap
.github/workflows/nightly.yml+1-1
...@@ -28,7 +28,7 @@ jobs:...@@ -28,7 +28,7 @@ jobs:
28 - name: Setup Zig28 - name: Setup Zig
29 uses: goto-bus-stop/setup-zig@v129 uses: goto-bus-stop/setup-zig@v1
30 with:30 with:
31 version: "0.9.0"31 version: "0.10.0-dev.397+f1b79c9a4"
3232
33 - run: zig version33 - run: zig version
34 - run: zig env34 - run: zig env
README.md+1-1
...@@ -17,7 +17,7 @@ A package manager for the Zig programming language....@@ -17,7 +17,7 @@ A package manager for the Zig programming language.
17- https://github.com/nektro/zigmod/releases17- https://github.com/nektro/zigmod/releases
1818
19## Built With19## Built With
20- Zig master (at least `0.9.0`)20- Zig master (at least `0.10.0-dev.397+f1b79c9a4`)
21- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)21- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)
2222
23### Build from Source23### Build from Source
deps.zig+1-1
...@@ -44,7 +44,7 @@ pub const Package = struct {...@@ -44,7 +44,7 @@ pub const Package = struct {
44};44};
4545
46fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void {46fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void {
47 const min = std.SemanticVersion.parse("0.9.0") catch return;47 const min = std.SemanticVersion.parse("0.10.0-dev.397+f1b79c9a4") catch return;
48 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}));48 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}));
49}49}
5050
docs/README.md+1-1
...@@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed....@@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed.
1010
11As 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.11As 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.9.0`.13The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.397+f1b79c9a4`.
1414
15## Download15## Download
16You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.16You 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...@@ -3,7 +3,7 @@ name: zigmod
3main: src/lib.zig3main: src/lib.zig
4license: MIT4license: MIT
5description: A package manager for the Zig programming language.5description: A package manager for the Zig programming language.
6min_zig_version: 0.9.06min_zig_version: 0.10.0-dev.397+f1b79c9a4
7dependencies:7dependencies:
8 - src: git https://github.com/yaml/libyaml tag-0.2.58 - src: git https://github.com/yaml/libyaml tag-0.2.5
9 id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc9 id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc
zigmod.lock+2-2
...@@ -1,6 +1,6 @@...@@ -1,6 +1,6 @@
1212
2git https://github.com/yaml/libyaml tag-0.2.52git https://github.com/yaml/libyaml tag-0.2.5
3git https://github.com/nektro/iguanaTLS commit-d49c382a52c2c10dee940d22c3e0a034d0cbac5a3git https://github.com/nektro/iguanaTLS commit-6125dde57e38b39a6a2b6d574af206f43ceba52a
4git https://github.com/nektro/zig-ansi commit-d4a53bcac5b87abecc65491109ec22aaf5f3dc2f4git https://github.com/nektro/zig-ansi commit-d4a53bcac5b87abecc65491109ec22aaf5f3dc2f
5git https://github.com/ziglibs/known-folders commit-9db1b99219c767d5e24994b1525273fe4031e4645git https://github.com/ziglibs/known-folders commit-9db1b99219c767d5e24994b1525273fe4031e464
6git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e76806git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e7680
...@@ -9,7 +9,7 @@ git https://github.com/truemedian/hzzp commit-bf5aaf224e94561e035a631c3c40fbf02f...@@ -9,7 +9,7 @@ git https://github.com/truemedian/hzzp commit-bf5aaf224e94561e035a631c3c40fbf02f
9git https://github.com/MasterQ32/zig-network commit-b9c52822f3bb3ce25164a2f1f6eedee4d1c0a2799git https://github.com/MasterQ32/zig-network commit-b9c52822f3bb3ce25164a2f1f6eedee4d1c0a279
10git https://github.com/MasterQ32/zig-uri commit-01155026c8362bb75dcab10bafc31abff0c8bac410git https://github.com/MasterQ32/zig-uri commit-01155026c8362bb75dcab10bafc31abff0c8bac4
11git https://github.com/nektro/zig-json commit-a091eaa9f9ae91c3875630ba1983b33ea04971a311git https://github.com/nektro/zig-json commit-a091eaa9f9ae91c3875630ba1983b33ea04971a3
12git https://github.com/nektro/zig-extras commit-fa1138e1a0a2f666b2cd26818e280b6171e417ac12git https://github.com/nektro/zig-extras commit-aa4f77ea988ad23fee6af78afbb1daafbd7193a2
13git https://github.com/nektro/zig-range commit-4b2f12808aa09be4b27a163efc424dd4e041599213git https://github.com/nektro/zig-range commit-4b2f12808aa09be4b27a163efc424dd4e0415992
14git https://github.com/nektro/zig-detect-license commit-fe045f9399c532d01ff87d956d8387017636f67514git https://github.com/nektro/zig-detect-license commit-fe045f9399c532d01ff87d956d8387017636f675
15git https://github.com/nektro/zig-licenses-text commit-3c07c6e4eb0965dafd0b029c632f823631b3169c15git https://github.com/nektro/zig-licenses-text commit-3c07c6e4eb0965dafd0b029c632f823631b3169c