We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c89a7 commit 3c52637Copy full SHA for 3c52637
1 file changed
build.zig.zon
@@ -3,10 +3,11 @@
3
.fingerprint = 0x30d847eef1728438,
4
.description = "a commandline fuzzy finder designed for filtering filepaths",
5
.version = "0.10.3",
6
+ .minimum_zig_version = "0.15.2",
7
.dependencies = .{
8
.vaxis = .{
- .url = "git+https://github.com/rockorager/libvaxis#6eb16bb4190dc074dafaf4f0ce7dadd50e81192a",
9
- .hash = "vaxis-0.5.1-BWNV_BMgCQDXdZzABeY4F_xwgE7nHFtYEP07KgEwJWo8",
+ .url = "https://github.com/rockorager/libvaxis/archive/7dbb9fd3122e4ffad262dd7c151d80d863b68558.tar.gz",
10
+ .hash = "vaxis-0.5.1-BWNV_LosCQAGmCCNOLljCIw6j6-yt53tji6n6rwJ2BhS",
11
.lazy = true,
12
},
13
0 commit comments