authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-05 18:13:18 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-05 18:13:18 -08:00
log0fb6aaebc209f3eadbb3f63301e08dd2b2d3bb40
treec527a5eae5fe7a7288b77e073d830f9ce846d776
parent830f3b6aad52bfbfdd9f489ed1bd54a866829670

update for zig master 0.10.0-dev.513+029844210


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

.circleci/config.yml+1-1
......@@ -15,7 +15,7 @@ jobs:
1515 - run: git submodule update --init --recursive
1616
1717 - run: apt -y install xz-utils jq
18 - run: ./download_zig.sh 0.10.0-dev.513+029844210
18 - run: ./download_zig.sh 0.10.0-dev.531+3eb8d01f5
1919 - run: zig version
2020 - run: zig env
2121 - run: zig build -Dbootstrap
.github/workflows/nightly.yml+1-1
......@@ -28,7 +28,7 @@ jobs:
2828 - name: Setup Zig
2929 uses: goto-bus-stop/setup-zig@v1
3030 with:
31 version: "0.10.0-dev.513+029844210"
31 version: "0.10.0-dev.531+3eb8d01f5"
3232
3333 - run: zig version
3434 - 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.513+029844210`)
20- Zig master (at least `0.10.0-dev.531+3eb8d01f5`)
2121- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)
2222
2323### Build from Source
deps.zig+1-1
......@@ -44,7 +44,7 @@ pub const Package = struct {
4444};
4545
4646fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void {
47 const min = std.SemanticVersion.parse("0.10.0-dev.513+029844210") catch return;
47 const min = std.SemanticVersion.parse("0.10.0-dev.531+3eb8d01f5") catch return;
4848 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}));
4949}
5050
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.513+029844210`.
13The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.531+3eb8d01f5`.
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.513+029844210
6min_zig_version: 0.10.0-dev.531+3eb8d01f5
77dependencies:
88 - src: git https://github.com/yaml/libyaml tag-0.2.5
99 id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc
zigmod.lock+1-1
......@@ -1,6 +1,6 @@
112
22git https://github.com/yaml/libyaml tag-0.2.5
3git https://github.com/nektro/iguanaTLS commit-6125dde57e38b39a6a2b6d574af206f43ceba52a
3git https://github.com/nektro/iguanaTLS commit-9a05f03681d5f273d0ce7447f0c7e729828ab8a2
44git https://github.com/nektro/zig-ansi commit-d4a53bcac5b87abecc65491109ec22aaf5f3dc2f
55git https://github.com/ziglibs/known-folders commit-9db1b99219c767d5e24994b1525273fe4031e464
66git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e7680