From a6dbcffe2ce03f9571da693852181a785942ec4b Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 2 Apr 2023 21:47:15 +0300 Subject: Actually use my zig-curl instead of zelda. I'll wait until zelda & zig get more stable and get more contributors. Also, zelda has been archived on April 1st, perhaps a joke, perhaps not. This reverts commit 081e79c3fa385c662a5a6b7faf717ec370b398c8. This reverts commit 33226c20c41e3fe2de3330b6692c90bc4818b119. This reverts commit 3b3baf375be63acfd293b1b47a5f49aab4b06a70. --- src/main.zig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index 11aae8f..197a224 100644 --- a/src/main.zig +++ b/src/main.zig @@ -12,7 +12,6 @@ pub const update = SubCommand(@import("update.zig")); pub const version = SubCommand(Version); const std = @import("std"); -const zelda = @import("zelda"); const zup_config = @import("zup-config"); const ArgIterator = std.process.ArgIterator; @@ -25,9 +24,6 @@ pub fn main() !void { const allocator = gpa.allocator(); defer _ = gpa.deinit(); - // TODO: Make an issue in zelda mentioning this - defer zelda.client.global_connection_cache.deinit(); - var config = try Config.init(allocator); defer config.deinit(); -- cgit v1.2.3