From c7f8c1e6a5a192f6f47f675440227c94edeaf972 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 5 Mar 2025 11:00:29 +0100 Subject: [PATCH] build: update to zig-0.14 --- README.md | 2 +- build.zig.version | 2 +- build.zig.zon | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0604c3b..8dcef63 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Or check your favorite local system package repository. Make sure your system meets the requirements listed above. -Flow builds with zig 0.14.0-dev.3091 at this time. Build with: +Flow builds with zig 0.14.0 at this time. Build with: ```shell zig build -Doptimize=ReleaseSafe diff --git a/build.zig.version b/build.zig.version index aa57b2f..a803cc2 100644 --- a/build.zig.version +++ b/build.zig.version @@ -1 +1 @@ -0.14.0-dev.3280+bbd13ab96 +0.14.0 diff --git a/build.zig.zon b/build.zig.zon index 6fde976..44c1129 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,8 @@ .{ - .name = "flow", + .name = .flow, .version = "0.2.0", - .minimum_zig_version = "0.14.0-dev.3091", + .minimum_zig_version = "0.14.0", + .fingerprint = 0x52c0d670590aa80f, .dependencies = .{ .syntax = .{ .path = "src/syntax" }, @@ -18,8 +19,8 @@ .hash = "1220220dbc7fe91c1c54438193ca765cebbcb7d58f35cdcaee404a9d2245a42a4362", }, .thespian = .{ - .url = "https://github.com/neurocyte/thespian/archive/a3f0f5b089534a29f146768345eb32428f59f521.tar.gz", - .hash = "1220839522cd1d8b19c62488127f763a202c69b0ad629666280724902c23f10bd29f", + .url = "https://github.com/neurocyte/thespian/archive/78c9c1292c683478d8ac98d8318bc098442cc0b9.tar.gz", + .hash = "thespian-0.0.1-owFOjsnnBgBCsKhYw9XeHnQw0Um9SJQECEZ0aqomc04m", }, .themes = .{ .url = "https://github.com/neurocyte/flow-themes/releases/download/master-59bf204551bcb238faddd06779063570e7e6d431/flow-themes.tar.gz",