-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
thread 18428 panic: unable to find module 'zig-csv'
C:\dev\zig\0.14.1\lib\std\Build.zig:2127:18: 0x7ff6740d0a7a in module (build.exe.obj)
panic("unable to find module '{s}'", .{name});
^
C:\dev\my_csv\build.zig:18:52: 0x7ff6740c080d in build (build.exe.obj)
exe.root_module.addImport("csv", csv_dep.module("zig-csv"));
my build.zig.zon:
.dependencies = .{
.zig_csv = .{
.url = "git+https://github.com/DISTREAT/zig-csv.git#a0471a03da9ba26a5bc8e5c48ef1e52d49dc63d2",
.hash = "zig_csv-1.1.0-W4JboymNAAB1riOHhhGroAZPaANvdVIp84Vb3m5DE4og",
},
},
This commit broke zon deps: e249664
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working