diff options
| author | Baitinq <[email protected]> | 2025-03-12 01:00:29 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-03-12 01:00:29 +0100 |
| commit | d44dfb3d3f99d6f874175f5335646fb0b1d91388 (patch) | |
| tree | 7615cfab59288eae6b6787022ba96111beffe64d /build.zig.zon | |
| parent | llvm-c: add README (diff) | |
| download | interpreter-d44dfb3d3f99d6f874175f5335646fb0b1d91388.tar.gz interpreter-d44dfb3d3f99d6f874175f5335646fb0b1d91388.tar.bz2 interpreter-d44dfb3d3f99d6f874175f5335646fb0b1d91388.zip | |
Misc: Update zig
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", |