summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-02 16:41:29 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-03 07:10:44 -0700
commit22caf60263e5048b33c653d428770fdb4469e232 (patch)
tree26d73bfab9e6a24c1c92ef8613ba7dace0388c0f /example
parenta41f59837e959f86708890d1508266dca2dcf090 (diff)
update a bunch of required Zig versions to 0.15
Diffstat (limited to 'example')
-rw-r--r--example/c-vt/build.zig.zon2
-rw-r--r--example/zig-vt/build.zig.zon2
2 files changed, 2 insertions, 2 deletions
diff --git a/example/c-vt/build.zig.zon b/example/c-vt/build.zig.zon
index 3230f440e..5da1a9168 100644
--- a/example/c-vt/build.zig.zon
+++ b/example/c-vt/build.zig.zon
@@ -2,7 +2,7 @@
.name = .c_vt,
.version = "0.0.0",
.fingerprint = 0x413a8529b1255f9a,
- .minimum_zig_version = "0.14.1",
+ .minimum_zig_version = "0.15.1",
.dependencies = .{
// Ghostty dependency. In reality, you'd probably use a URL-based
// dependency like the one showed (and commented out) below this one.
diff --git a/example/zig-vt/build.zig.zon b/example/zig-vt/build.zig.zon
index 852e736ca..bc7246de5 100644
--- a/example/zig-vt/build.zig.zon
+++ b/example/zig-vt/build.zig.zon
@@ -2,7 +2,7 @@
.name = .zig_vt,
.version = "0.0.0",
.fingerprint = 0x6045575a7a8387e6,
- .minimum_zig_version = "0.14.1",
+ .minimum_zig_version = "0.15.1",
.dependencies = .{
// Ghostty dependency. In reality, you'd probably use a URL-based
// dependency like the one showed (and commented out) below this one.