From 22601ce0c619af7a861bf3043a39845d7495d01d Mon Sep 17 00:00:00 2001 From: datalore Date: Mon, 2 Jun 2025 19:56:04 +0200 Subject: [PATCH] Updated for zig 0.14.0 --- build.zig.zon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 16ab3b9..a87d68a 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,4 +1,5 @@ .{ + .fingerprint = 0xfaeaae247b0494d7, // This is the default name used by packages depending on this one. For // example, when a user runs `zig fetch --save `, this field is used // as the key in the `dependencies` table. Although the user can choose a @@ -6,7 +7,7 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = "powerbottom", + .name = .powerbottom, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication.