| author | |
| committer | |
| log | 73ce7d20008f3d51ad75b7995ce19c7c897c5b90 |
| tree | 5f3d4318700909e65e4babadc31b5babad8335f8 |
| parent | 1c93f00212b37bf480bc7f30d7ac4576a74d8303 |
| parent | d9f245882f465e7cc7239ec251745578e464622b |
| signature |
let `dirs` in `deps.zig` be public1 files changed, 1 insertions(+), 1 deletions(-)
src/cmd/fetch.zig+1-1| ... | ... | @@ -92,7 +92,7 @@ pub fn create_depszig(cachepath: string, dir: std.fs.Dir, top_module: zigmod.Mod |
| 92 | 92 | \\ |
| 93 | 93 | ); |
| 94 | 94 | |
| 95 | try w.writeAll("const dirs = struct {\n"); | |
| 95 | try w.writeAll("pub const dirs = struct {\n"); | |
| 96 | 96 | try print_dirs(w, list.items); |
| 97 | 97 | try w.writeAll("};\n\n"); |
| 98 | 98 |