We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78976ce commit b85207fCopy full SHA for b85207f
1 file changed
build.zig.zon
@@ -61,14 +61,14 @@
61
// // actually used.
62
// .lazy = false,
63
//},
64
- .lmdbx = .{
65
- .url = "https://github.com/theseyan/lmdbx-zig/archive/refs/tags/v0.2.0.tar.gz",
66
- .hash = "lmdbx-0.1.2-WlIvzjFVAwDUzL6W5PcOnaxpazqXl9wEyx0K0H0Gv_9R",
67
- },
68
.nmslib = .{
69
.url = "https://github.com/B-R-P/NMSLIB-ZIG/archive/refs/heads/main.tar.gz",
70
.hash = "nmslib-0.1.0-7XQ0QQJrDwBigBxLkzWxkEZJPBDCEI91mwm6fQtmEfu0",
71
},
+ .lmdbx = .{
+ .url = "https://github.com/B-R-P/lmdbx-zig/archive/refs/heads/main.tar.gz",
+ .hash = "lmdbx-0.1.2-WlIvzqFWAwAUF5IIBko___Bj2qKKVpLFDe9o6mL6O7x4",
+ },
72
73
// Specifies the set of files and directories that are included in this package.
74
// Only files and directories listed here are included in the `hash` that
0 commit comments