Skip to content

Commit 4fb3d83

Browse files
authored
Merge pull request #4 from floatdrop/fix-benchmark-hparse-module-path
fix(bench): use relative path in bench hparse binary
2 parents 6a57754 + cb967e6 commit 4fb3d83

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

bench/hparse/build.zig.zon

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
// Once all dependencies are fetched, `zig build` no longer requires
2626
// internet connectivity.
2727
.dependencies = .{
28-
.hparse = .{
29-
.url = "https://github.com/nikneym/hparse/archive/f8cc9b77b57fe942c3319b597fb0aee4f131c47f.tar.gz",
30-
.hash = "hparse-0.2.0-IukW0s67AADCDZ7ROogFU5EJAVLyI8aiR0LPNvZd88OK",
31-
},
28+
.hparse = .{ .path = "../.." },
3229
},
3330
.paths = .{
3431
"build.zig",

0 commit comments

Comments
 (0)