Commit 8f20ce74f4

Andrew Kelley <andrew@ziglang.org>
2023-10-09 02:21:18
zig fetch: require 'paths' field in the manifest
1 parent f0cc6f1
Changed files (1)
src/main.zig
@@ -6764,7 +6764,7 @@ fn cmdFetch(
         .prog_node = root_prog_node,
         .job_queue = &job_queue,
         .omit_missing_hash_error = true,
-        .allow_missing_paths_field = true,
+        .allow_missing_paths_field = false,
 
         .package_root = undefined,
         .error_bundle = undefined,