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 6b11993 commit d3653a8Copy full SHA for d3653a8
build.zig.zon
@@ -1,7 +1,9 @@
1
.{
2
.name = .SourceAutoRecord,
3
+ // Because SAR is not consumed as a Zig package, there is no need to include its actual version
4
+ // number here; it's not used anywhere.
5
+ .version = "0.0.0",
6
.fingerprint = 0x624553be3189c0f7,
- .version = "1.13.1",
7
.minimum_zig_version = "0.14.0",
8
.paths = .{""},
9
.dependencies = .{
0 commit comments