diff options
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 6 |
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", |