diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0c9614f2ff76fb05a107c0ab46f6598dca2c8055..2dc91fe536c00deb85c422521a5870042f7030c5 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.3685+dae7aeb33" + version: "0.10.0-dev.3998+c25ce5bba" - run: zig version - run: zig env diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e24a7e5a2c1948949b7025b6d64dc41002e9a13a..348aa7c0a4386e6af1dde390d607c6604548ca23 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.3685+dae7aeb33" + version: "0.10.0-dev.3998+c25ce5bba" - run: zig version - run: zig env diff --git a/README.md b/README.md index 6a19a699585ef68ebc1f839273e03d68f0a40870..a6802fced9b6a64dc8e8c09bf18e4e979148daf0 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.3316+a0d3a87ce`) +- Zig master (at least `0.10.0-dev.3998+c25ce5bba`) - See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock) ### Build from Source diff --git a/deps.zig b/deps.zig index f9dc4964a62f0fdbafaedb2ab96deafdd9822063..1c12f4e56ce83d2e429209952377e8c54949bb5f 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.3316+a0d3a87ce") catch return; + const min = std.SemanticVersion.parse("0.10.0-dev.3998+c25ce5bba") 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 27f2eaea34cb8c0c24e5e9ecd0020ce529362179..4b6a47d6d25d1a6a1a3317c1e431d469399cdbfb 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.3316+a0d3a87ce`. +The earliest Zig release this Zigmod was verified to work with is `0.10.0-dev.3998+c25ce5bba`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. diff --git a/src/cmd/init.zig b/src/cmd/init.zig index 09ed7feb333532f8f96d30d7f8011387776bb53e..12bf2daec26045405fdaa051df6330de2e7e81c3 100644 --- a/src/cmd/init.zig +++ b/src/cmd/init.zig @@ -13,8 +13,6 @@ const u = @import("./../util/index.zig"); // pub fn execute(args: [][]u8) !void { - _ = args; - std.debug.print("This utility will walk you through creating a zigmod.yml file.\n", .{}); std.debug.print("That will give a good launching off point to get your next project started.\n", .{}); std.debug.print("Use `zigmod aq add ` to add a dependency from https://aquila.red/\n", .{}); diff --git a/zig.mod b/zig.mod index 25bab50e748e79c7fb1b40e239b80e01432ba283..f8fd0919c7973b182c8da9ec01b262d52767f680 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.3316+a0d3a87ce +min_zig_version: 0.10.0-dev.3998+c25ce5bba dependencies: - src: git https://github.com/yaml/libyaml tag-0.2.5 id: 8mdbh0zuneb0i3hs5jby5je0heem1i6yxusl7c8y8qx68hqc diff --git a/zigmod.lock b/zigmod.lock index fbdb7c856f507e9ad32b8c0779ef5b05f869fe96..edfca62edc54511159be59f6a4819df00515f059 100644 --- a/zigmod.lock +++ b/zigmod.lock @@ -1,8 +1,8 @@ 2 git https://github.com/MasterQ32/zig-uri commit-e879df3a236869f92298fbe2db3c25e6e84cfd4c -git https://github.com/marlersoft/zigwin32 commit-2b40704fbc2c9fbdb6f31acbc48684b6b98c15e3 +git https://github.com/marlersoft/zigwin32 commit-209f07cc5861c7bd9c3010a37f32bf6244f9a158 git https://github.com/nektro/arqv-ini commit-1a9b2e90379895e197893b6e19c93bd213ad36e6 -git https://github.com/nektro/iguanaTLS commit-09d9fe92f329484536dfb2b07cfa8b406151cde4 +git https://github.com/nektro/iguanaTLS commit-c9403b8414d7f80b5e2c04c8f1f8780ca1d2827f git https://github.com/nektro/zig-ansi commit-d4a53bcac5b87abecc65491109ec22aaf5f3dc2f git https://github.com/nektro/zig-detect-license commit-de5c285d999eea68b9189b48bb000243fef0a689 git https://github.com/nektro/zig-extras commit-01fae956e2f17aa992e717e041a3dd457d440b31 @@ -12,7 +12,7 @@ git https://github.com/nektro/zig-leven commit-ab852cf74fa0b4edc530d925f0654b62c git https://github.com/nektro/zig-licenses commit-c9b8cbf3565675a056ad4e9b57cb4f84020e7680 git https://github.com/nektro/zig-licenses-text commit-3c07c6e4eb0965dafd0b029c632f823631b3169c git https://github.com/nektro/zig-range commit-4b2f12808aa09be4b27a163efc424dd4e0415992 -git https://github.com/nektro/zig-time commit-a22054de725ef19b3f91b9ad960d4093f852b7e0 +git https://github.com/nektro/zig-time commit-52a6050939b83e9f8b52b2236a36332dcb4c17a3 git https://github.com/truemedian/hzzp commit-d4fbade2d806fc93bc5f79ec8efdcc25ea625fa3 git https://github.com/truemedian/zfetch commit-12b1374aae32e8ebf719a096a22cdf4c49433458 git https://github.com/ziglibs/known-folders commit-24845b0103e611c108d6bc334231c464e699742c