Skip to content

Commit

Permalink
update zarc (fix use of uninitialized variable)
Browse files Browse the repository at this point in the history
  • Loading branch information
marler8997 committed Apr 20, 2024
1 parent 24bcacc commit 208f538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

.dependencies = .{
.zarc = .{
.url = "https://github.com/marler8997/zarc/archive/6ed370681d0e0c5d8ef32ad63e440d0b3effc8a8.tar.gz",
.hash = "1220a69ceaac42e5a3593161c3b4ab1ce7dbc574b1a80398a7cb3100fbfa07baf372",
.url = "https://github.com/marler8997/zarc/archive/1556f8e6c79e81d792024d5266e282638fcc50b5.tar.gz",
.hash = "1220ad2d1e1e8c3b7c4734eaa90f9633ca2c04c5bf346ede1a4f1b18657db36aa164",
.lazy = true,
},
},
Expand Down

0 comments on commit 208f538

Please sign in to comment.