| ... | @@ -45,9 +45,6 @@ fn fetch_deps(dir: []const u8, mpath: []const u8) anyerror!void { | ... | @@ -45,9 +45,6 @@ fn fetch_deps(dir: []const u8, mpath: []const u8) anyerror!void { |
| 45 | try run_cmd(p, &[_][]const u8{"git", "pull"}); | 45 | try run_cmd(p, &[_][]const u8{"git", "pull"}); |
| 46 | } | 46 | } |
| 47 | }, | 47 | }, |
| 48 | else => { | | |
| 49 | std.debug.panic("fetch: unhandled dep type: {}\n", .{@tagName(d.type)}); | | |
| 50 | } | | |
| 51 | } | 48 | } |
| 52 | switch (d.type) { | 49 | switch (d.type) { |
| 53 | else => { | 50 | else => { |