From f1f9db8b962e3d3734b0e6e8e4afc0f9b7c5d126 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 13 Mar 2025 09:18:23 -0700 Subject: [PATCH] Update PACKAGING to note Zig 0.14 requirement --- PACKAGING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PACKAGING.md b/PACKAGING.md index 6a4c01b6f..234a86770 100644 --- a/PACKAGING.md +++ b/PACKAGING.md @@ -48,7 +48,7 @@ To find the version of Zig required to build Ghostty, check the `required_zig` constant in `build.zig`. You don't need to know Zig to extract this information. This version will always be an official released version of Zig. -For example, at the time of writing this document, Ghostty requires Zig 0.13.0. +For example, at the time of writing this document, Ghostty requires Zig 0.14.0. ## Building Ghostty