Sfoglia il codice sorgente

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

pull/4833/head
10aded 7 mesi fa
committed by GitHub
parent
commit
097e80d1c4
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      build.zig.zon

+ 1
- 1
build.zig.zon Vedi File

@ -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 = .{

Caricamento…
Annulla
Salva