Skip to content

Commit d0ed129

Browse files
committed
dep: upgrade to zip.zig v0.3.2
1 parent d8b398f commit d0ed129

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
.version = "0.7.0",
44
.dependencies = .{
55
.zip = .{
6-
.url = "https://github.com/AMythicDev/zip.zig/archive/refs/tags/v0.3.1.tar.gz",
7-
.hash = "zip-0.3.0-eQGR_5tRAADu6ull10KRa4sjIjAOoFl0jirVEp7uDbxr",
6+
.url = "https://github.com/AMythicDev/zip.zig/archive/refs/tags/v0.3.2.tar.gz",
7+
.hash = "zip-0.3.1-eQGR_6lRAAA6A6VZbcU__PWDx7_dFfuwRwCTtKOnxF_9",
88
},
99
},
1010
.minimum_zig_version = "0.15.1",

src/update-self.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ pub fn update_self(alloc: Allocator, cp: CommonPaths) !void {
8888
const file = try bin_dir.createFile(filename, .{ .truncate = true, .lock = .shared });
8989
var file_writer = file.writer(&buf);
9090
const intf = &file_writer.interface;
91-
// HACK: Fix this once zip.zig fixes its decompressWriter function signature.
9291
defer file.close();
9392

9493
try entry.decompressWriter(intf);

0 commit comments

Comments
 (0)