Zig Version
0.11
Steps to Reproduce and Observed Behavior
An error is reported when using a third-party library https://github.com/karlseguin/log.zig:
error: no field named 'root_source_file' in struct 'Build.CreateModuleOptions'
.root_source_file = .{ .path = "src/logz.zig" },
Expected Behavior
Compilation works fine