Skip to content

Commit d3653a8

Browse files
committed
build.zig.zon: don't specify SAR version
This is unnecessary, because it is unused; it only risks becoming out-of-sync and causing confusion.
1 parent 6b11993 commit d3653a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.zig.zon

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.{
22
.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",
36
.fingerprint = 0x624553be3189c0f7,
4-
.version = "1.13.1",
57
.minimum_zig_version = "0.14.0",
68
.paths = .{""},
79
.dependencies = .{

0 commit comments

Comments
 (0)