| ... | @@ -44,7 +44,7 @@ pub const CacheHash = struct { | ... | @@ -44,7 +44,7 @@ pub const CacheHash = struct { |
| 44 | | 44 | |
| 45 | pub fn init(alloc: *Allocator, manifest_dir_path: []const u8) !@This() { | 45 | pub fn init(alloc: *Allocator, manifest_dir_path: []const u8) !@This() { |
| 46 | try fs.cwd().makePath(manifest_dir_path); | 46 | try fs.cwd().makePath(manifest_dir_path); |
| 47 | const manifest_dir = try fs.cwd().openDir(manifest_dir_path, .{ .iterate = true }); | 47 | const manifest_dir = try fs.cwd().openDir(manifest_dir_path, .{}); |
| 48 | | 48 | |
| 49 | return CacheHash{ | 49 | return CacheHash{ |
| 50 | .alloc = alloc, | 50 | .alloc = alloc, |