about summary refs log tree commit diff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-03-12 01:00:29 +0100
committerBaitinq <[email protected]>2025-03-12 01:00:29 +0100
commitd44dfb3d3f99d6f874175f5335646fb0b1d91388 (patch)
tree7615cfab59288eae6b6787022ba96111beffe64d /build.zig.zon
parentllvm-c: add README (diff)
downloadinterpreter-d44dfb3d3f99d6f874175f5335646fb0b1d91388.tar.gz
interpreter-d44dfb3d3f99d6f874175f5335646fb0b1d91388.tar.bz2
interpreter-d44dfb3d3f99d6f874175f5335646fb0b1d91388.zip
Misc: Update zig
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon6
1 files changed, 4 insertions, 2 deletions
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",