diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-13 17:23:58 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-13 17:23:58 +0100 |
| commit | 464dc81c4214960ed7eb3ddf9c3238755cf148a1 (patch) | |
| tree | 9a80214ff625cc57fe17ee80a750266f66f66fe6 /build.zig.zon | |
| parent | c7b02f02ad0a7e2888f2d7d3599719e59bbd1ee2 (diff) | |
add HandlerInfo
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", |