Skip to content

Commit 7689f90

Browse files
committed
Update build.zig.zon for new package hash format
* `-` no longer allowed in `.name` fields * `.fingerprint` value is as suggested by `zig build`
1 parent e1f281f commit 7689f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.{
2-
.name = "lsp-codegen",
2+
.name = .lsp_codegen,
33
.version = "0.1.0",
44
.minimum_zig_version = "0.12.0",
55
.dependencies = .{},
@@ -11,4 +11,5 @@
1111
"LICENSE",
1212
"README.md",
1313
},
14+
.fingerprint = 0x8c3c9a6459133f92,
1415
}

0 commit comments

Comments
 (0)