瀏覽代碼

added comment to fingerprint line per recommendation from the standard 'build.zig.zon' file generated by 'zig init' in Zig 0.14.0

pull/4827/head
10aded 1 月之前
父節點
當前提交
0a895edfec
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      build.zig.zon

+ 1
- 1
build.zig.zon 查看文件

@ -3,7 +3,7 @@
.version = "5.5.0",
.minimum_zig_version = "0.14.0",
.fingerprint = 0x13035e5cb8bc1ac2,
.fingerprint = 0x13035e5cb8bc1ac2, // Changing this has security and trust implications.
.dependencies = .{
.xcode_frameworks = .{

Loading…
取消
儲存