| author | |
| committer | |
| log | 1546e70d470facfd40b5e5ecd2ceb24a453487ea |
| tree | 363494952ed6ea418d0a327fbe305dd9a2285301 |
| parent | bc7b03e55e2acf559a4f7f3496c8aa9163c73541 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/util/modfile.zig+1-1| ... | ... | @@ -69,7 +69,7 @@ pub const ModFile = struct { |
| 69 | 69 | }; |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | fn dep_list_by_name(alloc: std.mem.Allocator, mapping: yaml.Mapping, props: []const string, for_build: bool) anyerror![]zigmod.Dep { | |
| 72 | fn dep_list_by_name(alloc: std.mem.Allocator, mapping: yaml.Mapping, props: []const string, for_build: bool) std.mem.Allocator.Error![]zigmod.Dep { | |
| 73 | 73 | var dep_list = std.ArrayList(zigmod.Dep).init(alloc); |
| 74 | 74 | defer dep_list.deinit(); |
| 75 | 75 |