diff options
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig.zon b/build.zig.zon index 352c4f1..511d4c1 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -22,7 +22,7 @@ // original project's identity. Thus it is recommended to leave the comment // on the following line intact, so that it shows up in code reviews that // modify the field. - .fingerprint = 0x93de37723f3d5133, // Changing this has security and trust implications. + .fingerprint = 0xf901ac632f19fccc, // Changing this has security and trust implications. // Tracks the earliest Zig version that the package considers to be a // supported use case. .minimum_zig_version = "0.15.2", |