diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ebf6def4827d70c9321d2f504d60842d78e0234..3c95f1ded5cc3370cda340d0c9b61d0c746880a0 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.8.0-dev.1127+6a5a6386c + - run: ./download_zig.sh 0.8.0-dev.1158+0aef1faa8 - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index e58d8b8a9bcd039fefd33c77c3a8666afd17c2d2..361ba2451d7a71073bc9a83d8420fa8d06f3d949 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A package manager for the Zig programming language. ## Built With - Zig master -- 0.8.0-dev.1127+6a5a6386c +- `0.8.0-dev.1158+0aef1faa8` ### Build from Source Initially, diff --git a/deps.zig b/deps.zig index 9c139afc42b58f54b779149544c8366b05a13b26..a502408a4e93ca3db90e3471e57c97e2fa71bb23 100644 --- a/deps.zig +++ b/deps.zig @@ -42,7 +42,7 @@ pub const _paths = .{ "/v/git/github.com/nektro/zig-ansi/commit-25039ca/", "/v/git/github.com/ziglibs/known-folders/commit-f0f4188/", "/v/git/github.com/Vexu/zuri/commit-41bcd78/", - "/v/git/github.com/alexnask/iguanaTLS/commit-58f72f6/", + "/v/git/github.com/alexnask/iguanaTLS/commit-2c21764/", "/v/git/github.com/nektro/zig-licenses/commit-a15ef9b/", }; @@ -50,7 +50,7 @@ pub const package_data = struct { pub const _s84v9o48ucb0xq0cmzq0cn433hgw0iaqztugja16h8bzxu3h = build.Pkg{ .name = "ansi", .path = cache ++ "/v/git/github.com/nektro/zig-ansi/commit-25039ca/src/lib.zig", .dependencies = &[_]build.Pkg{ } }; pub const _2ta738wrqbaqzl3iwzoo8nj35k9ynwz5p5iyz80ryrpp4ttf = build.Pkg{ .name = "known-folders", .path = cache ++ "/v/git/github.com/ziglibs/known-folders/commit-f0f4188/known-folders.zig", .dependencies = &[_]build.Pkg{ } }; pub const _2b7mq571jmq31ktmpigopu29480iw245heueajgxzxn7ab8o = build.Pkg{ .name = "zuri", .path = cache ++ "/v/git/github.com/Vexu/zuri/commit-41bcd78/src/zuri.zig", .dependencies = &[_]build.Pkg{ } }; - pub const _csbnipaad8n77buaszsnjvlmn6j173fl7pkprsctelswjywe = build.Pkg{ .name = "iguanatls", .path = cache ++ "/v/git/github.com/alexnask/iguanaTLS/commit-58f72f6/src/main.zig", .dependencies = &[_]build.Pkg{ } }; + pub const _csbnipaad8n77buaszsnjvlmn6j173fl7pkprsctelswjywe = build.Pkg{ .name = "iguanatls", .path = cache ++ "/v/git/github.com/alexnask/iguanaTLS/commit-2c21764/src/main.zig", .dependencies = &[_]build.Pkg{ } }; pub const _0npcrzfdlrvkf44mzjo8bduj9gmqyefo0j3rstt6b0pm2r6r = build.Pkg{ .name = "licenses", .path = cache ++ "/v/git/github.com/nektro/zig-licenses/commit-a15ef9b/src/lib.zig", .dependencies = &[_]build.Pkg{ } }; }; diff --git a/docs/README.md b/docs/README.md index 571f755fcf40e00f8d849eeb6cee877121756fe1..c66fed23a07747a95851edc3cab1effd41abcc61 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,13 +8,13 @@ You can learn more about Zig here: 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 most recent release Zigmod was verified to work with is `0.8.0-dev.1127+6a5a6386c`. +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 most recent release Zigmod was verified to work with is `0.8.0-dev.1158+0aef1faa8`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. ### Build Zigmod from source -Assuming you have Zig master `0.8.0-dev.1127+6a5a6386c` installed, +Assuming you have Zig master installed, ``` $ git clone https://github.com/nektro/zigmod --recursive $ cd zigmod diff --git a/zig.mod b/zig.mod index f5b81c1dd36917116fcb86f7c0ab12e46594a33c..ee18ff5cb4dcda92c0a54619b689b26944428489 100644 --- a/zig.mod +++ b/zig.mod @@ -39,7 +39,7 @@ dependencies: version: commit-41bcd78 - src: git https://github.com/alexnask/iguanaTLS - version: commit-58f72f6 + version: commit-2c21764 - src: git https://github.com/nektro/zig-licenses version: commit-a15ef9b