From d44dfb3d3f99d6f874175f5335646fb0b1d91388 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 12 Mar 2025 01:00:29 +0100 Subject: Misc: Update zig --- build.zig.zon | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build.zig.zon') diff --git a/build.zig.zon b/build.zig.zon index ccd1f60..3e45422 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,7 +6,9 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = "interpreter", + .name = .interpreter, + + .fingerprint = 0xb03226b7e4393345, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. @@ -15,7 +17,7 @@ // This field is optional. // This is currently advisory only; Zig does not yet do anything // with this value. - //.minimum_zig_version = "0.11.0", + .minimum_zig_version = "0.14.0", .paths = .{ "build.zig", -- cgit 1.4.1