We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a57754 + cb967e6 commit 4fb3d83Copy full SHA for 4fb3d83
1 file changed
bench/hparse/build.zig.zon
@@ -25,10 +25,7 @@
25
// Once all dependencies are fetched, `zig build` no longer requires
26
// internet connectivity.
27
.dependencies = .{
28
- .hparse = .{
29
- .url = "https://github.com/nikneym/hparse/archive/f8cc9b77b57fe942c3319b597fb0aee4f131c47f.tar.gz",
30
- .hash = "hparse-0.2.0-IukW0s67AADCDZ7ROogFU5EJAVLyI8aiR0LPNvZd88OK",
31
- },
+ .hparse = .{ .path = "../.." },
32
},
33
.paths = .{
34
"build.zig",
0 commit comments